Merge change 8130 into donut
* changes: Increase the volume of the AudioTrack instance used for the speech synthesis.
This commit is contained in:
@@ -149,6 +149,7 @@ class SynthProxyJniStorage {
|
|||||||
mAudioOut = NULL;
|
mAudioOut = NULL;
|
||||||
} else {
|
} else {
|
||||||
//LOGI("AudioTrack OK");
|
//LOGI("AudioTrack OK");
|
||||||
|
mAudioOut->setVolume(2.0f, 2.0f);
|
||||||
mAudioOut->start();
|
mAudioOut->start();
|
||||||
LOGV("AudioTrack started");
|
LOGV("AudioTrack started");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user