James Fung
James Fung
I found something great, In PCM frequency domain, it can actually do FFT in app(Java) part, use it as sampler2D, and display spectrum. In time domain, it can capture raw...
@ThePBone NaN need to be fixed. Wild bandwidth, negative frequency are the only way to get NaN result. We have to replace the SOS with NaN by unity gain [1.0,0,0,0,0]...
right, however before @ThePBone make any fix. Please @NipOc provide the vdcproj file so we can debug, let me evaluate what filter cause NaN first.
I only thing I can related to is the high pass filter built-in to many audio drivers, I had encounter a strange phenomenon on Windows, which is the audio driver...
Yes, that's the feature can be added.
The one in easyeffects uses RNNoise(Open source), it's noise suppression is great, but too great that sometimes harm the actual signal, I would probably not going the same path as...
I'm not sure which part in the whole system introduce latency. The only part I can think of is sample rate conversion, but the latency of this one won't exceed...
Android USB audio sometimes quite buggy, I have a highly modified DSP Manager in my repository, my experience show some device may have conflict when using USB audio output, the...
I don't even know is it work or not, have to do experiment on that. Carlos is right, different vendor may code audio framework differently...
I will take a look on that. Reverb does has multiple feedback and delay lines Cleaning up the filter state of reverb will do the job, but in general, we...