5

在文档页面https://cloud.google.com/speech/中有一个演示示例,它通过浏览器收听语音并在后台使用 API。此演示的源代码可用吗?

如果不是,语音 API 使用 flac 文件。是否有任何可以从浏览器记录flacfiles的开源项目(与此API兼容-那里有很多github项目,但想知道是否有官方项目)?

4

2 回答 2

4

如果它对某人有帮助,这种方法是开始从浏览器录制音频的良好开端:

https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/speech/recognize.js

https://developers.google.com/web/fundamentals/native-hardware/recording-audio/#acquire_access_to_the_microphone

https://github.com/mattdiamond/Recorderjs

编辑:该解决方案作为自己的项目开源: https ://github.com/gridcellcoder/cloud-speech-and-vision-demos

于 2017-05-30T10:37:31.150 回答
1

是的,您可以从谷歌云平台 github 链接获取语音 api 的任何语言的源代码: https ://github.com/GoogleCloudPlatform/

于 2017-05-09T15:50:11.700 回答