Google 来自浏览器的语音 API
Google Speech API from the browser
在文档页面 https://cloud.google.com/speech/ 中有一个通过浏览器收听语音并在后台使用 API 的演示示例。该演示的源代码可用吗?
如果没有,演讲 API 使用 flac 文件。是否有任何可以从浏览器录制 flac 文件的开源项目(与此 API 兼容 - 那里有很多 github 项目,但想知道是否有官方项目)?
是的,您可以从 google 云平台 github link 获取演讲 api 的任何语言的源代码:
https://github.com/GoogleCloudPlatform/
如果对某人有帮助,这种方法是开始从浏览器录制音频的良好开端:
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/speech/recognize.js
和
https://github.com/mattdiamond/Recorderjs
编辑: 该解决方案作为自己的项目开源:https://github.com/gridcellcoder/cloud-speech-and-vision-demos
在文档页面 https://cloud.google.com/speech/ 中有一个通过浏览器收听语音并在后台使用 API 的演示示例。该演示的源代码可用吗?
如果没有,演讲 API 使用 flac 文件。是否有任何可以从浏览器录制 flac 文件的开源项目(与此 API 兼容 - 那里有很多 github 项目,但想知道是否有官方项目)?
是的,您可以从 google 云平台 github link 获取演讲 api 的任何语言的源代码: https://github.com/GoogleCloudPlatform/
如果对某人有帮助,这种方法是开始从浏览器录制音频的良好开端:
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/speech/recognize.js
和 https://github.com/mattdiamond/Recorderjs
编辑: 该解决方案作为自己的项目开源:https://github.com/gridcellcoder/cloud-speech-and-vision-demos