-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default speech speed is way too slow on IOS #40
Comments
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. |
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. |
Confirm your ios version is 7+ also checkout this link https://developer.apple.com/documentation/avfoundation/avspeechsynthesisvoice/1619697-speechvoices |
A rate of 1 is way too slow on both my iPhone X and iPad Pro, both running 11.3. Works fine on Android. |
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.The text was updated successfully, but these errors were encountered: