-
Notifications
You must be signed in to change notification settings - Fork 27
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
AttributeError: module 'librosa' has no attribute 'output' #4
Comments
librosa does not support output anymore |
you can substitute
with
in your code. |
(Speech) Sangram:resample sing$ python resample.py |
Please edit the code in |
Hy , I edit the code in resample.py with the comments in #4 (comment). sf.write('samples/{}.wav'.format(chr(int(i/50)+65)), tmp_batch, sr)` but I get an error with the new library (soundfile) File "C:\Python38\lib\site-packages\soundfile.py", line 1357, in _error_check |
Error indicates that you do not have |
thanks, @Sadam1195 , Thank you very much I did not find the problem |
When I run this command:
python3 recognize.py -video Flow.mp4
It apparently works until this part, where an error occurs:
A
current.wav
is generated, but no subtitles file appears.The text was updated successfully, but these errors were encountered: