Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1394 committed Jan 28, 2017
1 parent f9e49fd commit 9c5581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Sets default speech rate. The rate parameter is a float where where 0.01 is a sl
Tts.setDefaultRate(0.6);
```

There is a significant difference to how the rate parameter is interpreted by iOS and Android native TTS APIs. To provide unified cross-platform behaviour, translation is applied to the rate value. However, if you want to turn off translation you can provide optional `skipTransform` parameter to `Tts.setDefaultRate()` to pass rate value unmodified.
There is a significant difference to how the rate value is interpreted by iOS and Android native TTS APIs. To provide unified cross-platform behaviour, translation is applied to the rate value. However, if you want to turn off the translation, you can provide optional `skipTransform` parameter to `Tts.setDefaultRate()` to pass rate value unmodified.

Do not translate rate parameter:

Expand Down

0 comments on commit 9c5581b

Please sign in to comment.