OSDN Git Service

Merge "Remove useless start of AudioTrack for TTS and improper volume setting. The...
authorJean-Michel Trivi <jmtrivi@google.com>
Fri, 8 Jan 2010 23:21:39 +0000 (15:21 -0800)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 8 Jan 2010 23:21:39 +0000 (15:21 -0800)
commit1760b7cad50437cf826386571779074abf86b6a0
tree52bd0bc823f2b77d08d48735a8471932fe3ad7d7
parente965dda18b1701bee0adef6a73108fe7238a7a17
parent714fbe557125d904466f2e2932e32511ffffd7c1
Merge "Remove useless start of AudioTrack for TTS and improper volume setting. The AudioTrack that plays the synthesized audio data should only be started when the first synthesis request is sent, not after the initialization of the engine. The track volume should be initialized to it nominal level. Volumes above 1 do not provide amplification, so setting the volume to 2 is not necessary."