Test Google Speech API with audio file

I want to see if Google Speech API will be accurate enough for my purposes. I have an audio file I want to test it with, but the demo on the main page only lets you record from a microphone. Is there a way to test Google's speech processing with an audio file without having to learn the API first?


No, you will have to use the API if you wish to upload a file.

The steps are described here on how to make the API request and it is fairly straightforward. The same page also details how to set up your account, enable billing and getting the access token for the request.

链接地址: http://www.djcxy.com/p/34424.html

上一篇: 语音识别中强制对齐的问题

下一篇: 用音频文件测试Google Speech API