Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: Jelly Bean Google Voice 文字转语音 API?
我正在尝试使用 google tts api,无论我尝试什么,我都无法让它听起来像在“Google Now”的搜索结果中那样。这个不能用吗?有人知道吗?谢谢
可以使用Android TTS API 访问 Google Now 语音。您需要在 TextToSpeech.speak() 调用的“params”参数中使用“KEY_FEATURE_NETWORK_SYNTHESIS”。
看
http://developer.android.com/reference/android/speech/tts/TextToSpeech.Engine.html#KEY_FEATURE_NETWORK_SYNTHESIS
和
http://developer.android.com/reference/android/speech/tts/TextToSpeech.html#speak(java.lang.String,int,java.util.HashMap)
——弗格斯·亨德森
不,果冻豆 API 中的任何内容都无法让开发人员使用 Google Now 的“声音”。TTS 将使用设备上可用的任何语音引擎。