Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0980488 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by Android Git Automerger
Browse files

am 7c94ceae: Merge change 8130 into donut

Merge commit '7c94ceae'

* commit '7c94ceae':
  Increase the volume of the AudioTrack instance used for the speech synthesis.
parents d5d967fb 7c94ceae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ class SynthProxyJniStorage {
              mAudioOut = NULL;
            } else {
              //LOGI("AudioTrack OK");
              mAudioOut->setVolume(2.0f, 2.0f);
              mAudioOut->start();
              LOGV("AudioTrack started");
            }