zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 748 forks source link

on iphoneX ,when the microphone is on it play with no sound(slience) #715

Open zhangshaoju1987 opened 3 years ago

zhangshaoju1987 commented 3 years ago

The sound work very well , but when I use it to play a notification when a new person join the meeting , the sound does not work. I found that when the microphone is off , the sound can play. when the microphone is on , it will play with zero Volume(slince). is this situtation a bug? or just design such way?

esmail-elmoussel commented 3 years ago

same issue ... any updates ?

maullerz commented 2 years ago

as it was said in https://github.com/zmxv/react-native-sound/issues/690

try adding Sound.setCategory('Playback');

it helped me