Open mrzachhigginsofficial opened 2 years ago
Hi @mrzachhigginsofficial, I have made the necessary changes, so hopefully, it should work for mono channel files now. I have also made some changes in the readme.
Please let me know if you face any other issues. Thanks!
Thank you! Sorry about taking so long to get back. Will test this before the weekend!
Hi there, I'm looking for a way to programmatically denoise audio captured from an SDR (it tends to be VERY VERY noisy, but it doesn't need studio quality after post-processing). I was looking to test your library and incorporate it into our group's toolset.
Anyway, I have a mono-channel 192 kbps bit rate WAV file that produces the following error when I try to denoise it.
Looks like scipy.wavefile.read() is only creating a 1d array. I guess since we're reading a mono-channel file, we end up with a 1d array (instead of 2)?
Would you be able to help me debug this? I can provide a sample audio file that reproduces the issue if you would like.