Skip to content
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

ValueError: operands could not be broadcast together with shapes (882,) (822,) #4

Open
VikrantChauhan001 opened this issue Jun 5, 2020 · 0 comments

Comments

@VikrantChauhan001
Copy link

transcribe-meeting | noise_threshold)transcribe-meeting | File "/usr/local/lib/python3.7/site-packages/logmmse/base.py", line 19, in mono_logmmse
transcribe-meeting | _output, saved_params = _logmmse(signal, fs, initial_noise, window_size, noise_threshold, saved_params)
transcribe-meeting | File "/usr/local/lib/python3.7/site-packages/logmmse/logmmse.py", line 29, in logmmse
transcribe-meeting | noise_mean = noise_mean + np.absolute(np.fft.fft(win * x[j:j + Slen], nFFT, axis=0))
transcribe-meeting | ValueError: operands could not be broadcast together with shapes (882,) (822,)
transcribe-meeting exited with code 1

I am trying to Noise Reduce a wav file using logmmse and I receive the mentioned exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant