ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
618 stars 156 forks source link

Using a headphone on Android only hear 1 earphone #176

Closed thuannd7 closed 3 years ago

thuannd7 commented 3 years ago

When I use headphones on Android I can only hear one side of the headphones and the other side has no sound. Can you show me why? Thank you

Tts.speak(text, {
        androidParams: {
            KEY_PARAM_PAN: -1,
            KEY_PARAM_VOLUME: 1,
            KEY_PARAM_STREAM: 'STREAM_MUSIC',
        },
    });
ak1394 commented 3 years ago

Hi thuannd7 ! This does not look like an issue with react-native-tts itself. I'm going to close this issue. Could you post your question to Discussions instead https://github.com/ak1394/react-native-tts/discussions