juananime / react-native-audiowaveform

Audio waveform renderer for React Native
265 stars 94 forks source link

fix audio control #82

Open mathias5r opened 3 years ago

mathias5r commented 3 years ago

Problem

When module is mounted, the audio volume control (slider) is changed to RING mode and the volume buttons don't influence the audio volume at all.

Cause

The code below changes the audio volume control and add delays when the audio route is switched.

mAudioManager.setMode(AudioManager.MODE_IN_COMMUNICATION);

Solution

Switch audio route to earpiece through MediaPlayer.