Fix throwing error when calling stop and pause functions#274
Fix throwing error when calling stop and pause functions#274powfix wants to merge 1 commit intoak1394:masterfrom
Conversation
Tts.stop() throwing an error. ak1394#273
There was a problem hiding this comment.
@powfix I would do the same on line 181 - it also throws the same error for me.
|
yeah this method in TextToSpeech.mm has the same issue |
|
The changes of this PR worked on
|
|
I can confirm the PR works fine, why it is in open? |
@HarshitMadhav This repo is dead... I switched to expo-audio, it doesn't have only switch tts engine feature, but rest works perfect and even web platform is supported. |
|
I ran into the same issue on iOS with React Native 0.83.1 — this patch fixed it. Thanks! |
|
I think this repo is dead. I could create a fork of this project, because I use it in my projects. I know |
Change onWordBoundary argument type from (BOOL ) to (BOOL) in stop and pause functions
Issue: Tts.stop() throwing an error.
#273