bug: `speak` method resolves immediately on iOS
robingenz opened this issue · 0 comments
robingenz commented
Describe the bug
The speak
method resolves immediately on iOS.
To Reproduce
const speak = async () => {
await TextToSpeech.speak({
text: 'This is a sample text.',
});
console.log('resolved');
};
Expected behavior
The speak
method should be resolved as soon as the utterance is spoken.
Additional context
v0.2.3