You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
The user set system speech rate value is overruled by TextToSpeech on the Android platform by the following line. The system configured speech rate should be used, rather than overruled.
Description
The user set system speech rate value is overruled by TextToSpeech on the Android platform by the following line. The system configured speech rate should be used, rather than overruled.
/TextToSpeech/TextToSpeech.android.cs:150
tts.SetSpeechRate(1.0f);Essentials/Xamarin.Essentials/TextToSpeech/TextToSpeech.android.cs
Line 150 in f264e71
Suggest removing this line until support for specifying speech rate is implemented as per feature request #715
Steps to Reproduce
Xamarin.Essentials.TextToSpeech.SpeakAsync(...)Expected Behavior
Spoken at the speech rate set in Android settings.
Actual Behavior
Spoken at medium speech rate.
Basic Information