file does not start with RIFF id(python)

大森林home發表於2017-11-09

在使用語音識別API的時候出現報錯

file does not start with RIFF id

參考連結如下:

https://stackoverflow.com/questions/25672289/failed-to-open-file-file-wav-as-a-wav-due-to-file-does-not-start-with-riff-id


所以最終解決方案如下:

apt-get install ffmpeg

然後

ffmpeg -i out_test7.mp3 out_test7.wav

也就是從mp3檔案轉化為wav檔案

然後這個wav檔案就可以在python程式碼中被識別。

當然,會有新問題存在,就是識別不準的問題,但是起碼報錯不見了。



相關文章