-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Never completes. #71
Comments
Hmm. I tried several files wav files, and found one that did complete. The others are valid, and play on multiple players. What are the requirements for a .wav file to work with noisereduce? |
Hello,
I’m not by a computer until October so I can’t help just now, but is it
possible you could upload a wav file that doesn’t work? Thanks!
…On Sun, Aug 21, 2022 at 02:49 cocode ***@***.***> wrote:
Hmm. I tried several files wav files, and found one that did complete. The
others are valid, and play on multiple players. What are the requirements
for a .wav file to work with noisereduce?
—
|
Try this ` rate, data = wavfile.read("file.wav") Btw, I ran into this problem with WAV files with more than 1 channels (8 in my case) |
Ryan: your solution works for me too. |
The channels and samples are just transposed in these cases, we could catch this by raising an error if there are more than say 1000 channels. |
Hi -
Even when using the "Simplest usage" code, it never returns, until it throws a signal 10+ minutes later, on a twenty-second wav file.
Does this require linux? (I'm on a mac), or some particular version of python? (I'm using 3.10).
Currently, it does not work for me, at all.
The text was updated successfully, but these errors were encountered: