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

TypeError: reduce_noise() got an unexpected keyword argument 'use_tensorflow' #7

Open
malinthag62 opened this issue May 22, 2022 · 0 comments

Comments

@malinthag62
Copy link

when I run

final_x = nr.reduce_noise(normal_x, sr=sr, use_tensorflow = True) this,

im getting this error

File "D:\TextAnalysisAllPrograms\RealtimeToneAnalysis.py", line 148, in
x = preprocess(WAVE_OUTPUT_FILE) # 'output.wav' file preprocessing.

File "D:\TextAnalysisAllPrograms\RealtimeToneAnalysis.py", line 63, in preprocess
final_x = nr.reduce_noise(normal_x, sr=sr, use_tensorflow = True)

TypeError: reduce_noise() got an unexpected keyword argument 'use_tensorflow'

why am i getting this error

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