Neeraj Agarwal

Results 8 comments of Neeraj Agarwal

Have a similar use-case - need to process real-time PCM audio chunks (20-25ms) and stream. Any help or pointers will be helpful.

> https://gist.github.com/Safari77/a505d2e6474240554c1f0acb4379a31f https://raw.githubusercontent.com/spatialaudio/python-sounddevice/refs/tags/0.5.1/examples/plot_input.py python ./plot_input.py -d "DeepFilter Noise Cancelling Source Mono" @Safari77 Thanks for your quick revert. I'm looking for pure Python using native DF instead of the need to...

I have tried using a similar implementation as this one: https://github.com/Sharrnah/whispering/blob/main/Models/STS/DeepFilterNet.py but unable to use it correctly.

Thanks @Safari77. The shared snippet works as a batch job on the given audio file but what I'm looking here is the ability to process small chunks of audio in...

@whatscoding unfortunately no. Still looking for options

@apostoloskotsiras @asr-aditya no coudln't work on this, tried using facebook denoiser but not able to devote time for a perfect implementation.

> Hi. > > I did not (yet) get DeepFilterNet to work in streaming mode because the processing time was too long so the recording could not keep up (thats...

Thanks again. I came across nvidia broadcast as well but I need something deployable in Python or as a standalone realtime service. Thanks again for your quick response.