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

Commit d702c357 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

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

parent 841ed859
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");
            }