【发布时间】:2014-05-19 17:26:17
【问题描述】:
最近几天,我面临在 linux 中使用谷歌语音到文本 API 的问题。 以前它工作正常。但现在服务器没有响应。
我正在使用下面的脚本..
wget -q -U "Mozilla/5.0" --post-file sound.flac --header "Content-Type: audio/x-flac; rate=16000" -O - "http://www.google.com/speech-api/v1/recognize?lang=en-us&client=chromium" | cut -d\" -f12 > googleresponse.txt
任何人都面临同样的问题。
请帮忙。
【问题讨论】:
标签: linux speech-recognition wget speech-to-text