Issue Description
When using this TTS library alongside other voice-related libraries (like react-native-voice), TTS sometimes stops working. This happens because other libraries reset the audio session, which interferes with TTS functionality.
Current Behavior
- TTS stops working after other voice libraries reset the audio session
- Need to reinitialize TTS to make it work again
Expected Behavior
- TTS should continue working normally even after other voice libraries are used
- No manual reinitialization should be needed
Environment
- React Native: version 0.76.5
- react-native-tts: version 4.1.1
- Device: iPhone
Issue Description
When using this TTS library alongside other voice-related libraries (like react-native-voice), TTS sometimes stops working. This happens because other libraries reset the audio session, which interferes with TTS functionality.
Current Behavior
Expected Behavior
Environment