MiteshPuthran / Speech-Emotion-Analyzer

The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
MIT License
1.3k stars 438 forks source link

ValueError: Incomplete wav chunk #48

Open WestbrookZero opened 4 years ago

WestbrookZero commented 4 years ago

Using TensorFlow backend. D:/Projects/Audio/Emotion/Speech-Emotion-Analyzer/final_results_gender_test.py:97: WavFileWarning: Chunk (non-data) not understood, skipping it. sr,x = scipy.io.wavfile.read('RawData/EP03_seq04_sc133.wav') Traceback (most recent call last): File "D:/Projects/Audio/Emotion/Speech-Emotion-Analyzer/final_results_gender_test.py", line 97, in sr,x = scipy.io.wavfile.read('RawData/EP03_seq04_sc133.wav') File "D:\InstallPath\Develop\Anaconda3\5.3.1\envs\SpeechEmotionAnalyzer3.5\lib\site-packages\scipy\io\wavfile.py", line 289, in read raise ValueError("Incomplete wav chunk.") ValueError: Incomplete wav chunk.

Process finished with exit code 1