nativescript-community / texttospeech

Text to Speech NativeScript plugin for Android & iOS :loudspeaker:
http://nativescript-community.github.io/texttospeech/
MIT License
50 stars 24 forks source link

speackRate param doesn't work on iOS #29

Closed Bezlepkin closed 3 years ago

Bezlepkin commented 3 years ago

https://github.com/nativescript-community/texttospeech/blob/9cf631e7991ab5c995cbfe5d2ae265378221c454/src/texttospeech.ios.ts#L76

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.

farfromrefug commented 3 years ago

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

Bezlepkin commented 3 years ago

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