Increase the volume of the AudioTrack instance used for the speech synthesis.

This commit is contained in:
Jean-Michel Trivi
2009-07-21 18:10:04 -07:00
parent 841ed8596a
commit d702c357fc

View File

@@ -149,6 +149,7 @@ class SynthProxyJniStorage {
mAudioOut = NULL;
} else {
//LOGI("AudioTrack OK");
mAudioOut->setVolume(2.0f, 2.0f);
mAudioOut->start();
LOGV("AudioTrack started");
}