realpython / python-speech-recognition

Speech Recognition with Python examples
https://realpython.com/python-speech-recognition/
MIT License
242 stars 186 forks source link

*.wav file is corrupt #2

Closed moonrich closed 6 years ago

moonrich commented 6 years ago

I can't to open *.wav file, Please check

somacdivad commented 6 years ago

@merxer How did you download the WAV files? If you tried to download them directly, this may not work. Try cloning the repository or using the "Download as ZIP" option by clicking the green "Clone or Download" button on the main page: selection_009

If you still have issues after trying those steps, please come back here and let me know!

RajSharma1 commented 6 years ago

Thanks for your tutorial, it helped ! but I tried downloading the audio file and kept the file "harvard.wav" where the python launcher is, and also in Lib directory but still this is the error.

image

Here, i kept the file >> "C:\Users\Dell\AppData\Local\Programs\Python\Python35-32" and, a copy in >> "C:\Users\Dell\AppData\Local\Programs\Python\Python35-32\Lib"

Can you help me please !

RajSharma1 commented 6 years ago

Thanks it is resolved ! I kept the file in the directory where i saved the python file and it worked.