forked from organicmaps/organicmaps
[android][routing] Decrease TTS speed from 1.2 to 1.0
Signed-off-by: Michał Brzozowski <www.haxor@gmail.com>
This commit is contained in:
parent
90fb327ad1
commit
cef52854d1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public enum TtsPlayer implements Initializable<Context>
|
|||
|
||||
private static final String TAG = TtsPlayer.class.getSimpleName();
|
||||
private static final Locale DEFAULT_LOCALE = Locale.US;
|
||||
private static final float SPEECH_RATE = 1.2f;
|
||||
private static final float SPEECH_RATE = 1.0f;
|
||||
private static final int TTS_SPEAK_DELAY_MILLIS = 50;
|
||||
|
||||
private TextToSpeech mTts;
|
||||
|
|
Loading…
Add table
Reference in a new issue