Solve issues of interrupting voice in process
- if voice is in process, a new call would queue the voice requests
- to stop the voice, .stop() can be used as usual
- solved a bug with boolean callbacks not crossing the bridge to react-native. @[[NSNull null], @true] instead of @[@true] (which produces an unhandled promise.
I am getting this error
node_modules/react-native-speech/SpeechSynthesizer.m:45:5: Use of undeclared identifier 'utterance'
Sorry, fixed it now
Hey @tarkanlar , Can you check the latest commit? It's working now.
Hey @paalex thanks, I just tried. I am getting this error

Hey @tarkanlar , I changed the error to Info only ( will show only in console log). Also added control over time intervals before\after the utterance and control over pitch and volume. Bonus - event emitter for didFinishSpeechUtterance event.
best
Works good Thanks @paalex