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

Commit 7c94ceae authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 8130 into donut

* changes:
  Increase the volume of the AudioTrack instance used for the speech synthesis.
parents 38ed7d77 d702c357
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");
            }