Skip to content

TTS fails to work due to audio session conflicts on iOS #275

@Taegon21

Description

@Taegon21

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions