1

重複の可能性:
Jelly Bean Google Voiceのテキスト読み上げAPI?

google tts apiを試してみましたが、何を試しても、「GoogleNow」の検索結果のように聞こえません。これは使用できませんか?誰かがこれを知っていますか?ありがとう

4

2 に答える 2

3

AndroidTTSAPIを使用してGoogleNowの音声にアクセスすることができます。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)

-ファーガスヘンダーソン

于 2012-09-17T17:03:24.160 に答える
0

No, nothing in the jelly bean API makes the "voice" of Google Now available to developers. The TTS will use whatever voice engines are available on the device.

于 2012-07-24T20:16:07.557 に答える