nativescript-community / texttospeech

Text to Speech NativeScript plugin for Android & iOS :loudspeaker:

Home Page:http://nativescript-community.github.io/texttospeech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

speackRate param doesn't work on iOS

Bezlepkin opened this issue · comments

} else if (options.speakRate < AVSpeechUtteranceMinimumSpeechRate) {

Because of these three lines, the setting of the reading speed does not work.

In general, their logic is not clear :)
In all cases, the value will be 1.

@Bezlepkin i dont understand what you mean. The logic seems fine to me.

I\m sorry, i didn't notice AVSpeechUtteranceMinimumSpeechRate :)