MeidanGR / SpeechEmotionRecognition_Realtime

Speech Emotion Recognition (SER) in real-time, using Deep Neural Networks (DNN) of Long Short Memory Term (LSTM).
93 stars 21 forks source link

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

Open malinthag62 opened 2 years ago

malinthag62 commented 2 years ago

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