Chrome TTS,Google TTS,Cloud Speech API和Android TTS有什么区别



chrome tts:https://developer.chrome.com/apps/tts

Google tts:https://play.google.com/store/apps/details?id=com.google.android.android.tts&hl = hl = en

云语音API:https://cloud.google.com/speech/

android tts:https://developer.android.com/reference/android/android/speech/tts/textttspospeech.html

我敢肯定我可能缺少更多。最终,我想弄清楚"好的Google"背后是什么引擎,看看该技术是否存在于云中。找出Google产品之间的区别将是一个不错的首个开始。

"云语音API" 是唯一一个转换为文本的语音。所有其他人将文本转换为语音。

" Chrome tts" 用于Chrome浏览器," Android tts" 是在Android应用中使用文本到语音的API,并且TTS" 是TTS引擎

最终我想弄清楚什么引擎在"好的Google"背后, 看看该技术是否存在于云中。

然后看一下语音识别文档。

SpeechRecognizer文档说:

此API的实现可能会将音频流到远程 服务器执行语音识别。因此,这个API不是 打算用于连续识别,这将消耗 大量的电池和带宽。

因此,它可能仍然需要并使用Internet访问,并且不是完全"偏离云"。

最新更新