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