capacitor-community/text-to-speech

bug: different behavior with same speech rate

robingenz opened this issue · 0 comments

Describe the bug
Speech rate set to 1.
On Android and web, the speed sounds natural.
On iOS it sounds very fast.

To Reproduce

TextToSpeech.speak({
  text: 'Test',
  speechRate: 1.0
});

Expected behavior
The speed should be the same on all platforms.