cordova-plugin-tts icon indicating copy to clipboard operation
cordova-plugin-tts copied to clipboard

Default speech speed is way too slow on IOS

Open westonganger opened this issue 8 years ago • 4 comments
trafficstars

The default speech speed is way too slow on IOS. On Android its fine.

Previously I have found that rate: 1.5 has been working well. Although I notice now that the readme states range is 0 - 1.

westonganger avatar Jan 18 '17 23:01 westonganger

hi, you may find a manually adjusted rate expression for iOS inside the source code. I don't do cordova development these days, so if you can find a new one working on iOS, feel free to send a pull request.

vilicvane avatar Jan 19 '17 05:01 vilicvane

This is the expression in question: https://github.com/vilic/cordova-plugin-tts/blob/master/src/ios/CDVTTS.m#L67

No idea what would e a good expression though.

AmitMY avatar Jun 24 '17 23:06 AmitMY

Confirm your ios version is 7+

also checkout this link https://developer.apple.com/documentation/avfoundation/avspeechsynthesisvoice/1619697-speechvoices

Yomag84 avatar Jul 29 '17 00:07 Yomag84

A rate of 1 is way too slow on both my iPhone X and iPad Pro, both running 11.3. Works fine on Android.

srkleiman avatar May 01 '18 20:05 srkleiman