kevinresol / react-native-sound-recorder

Simplest Sound Recorder for React Native
MIT License
119 stars 36 forks source link

Can't record with opening audio at the same time #48

Closed phuongpt closed 4 years ago

phuongpt commented 4 years ago

I'm getting this issue on iPhone, but it works on simulator. The file was too short (duration was about 500, I was recording 10 seconds, though). [AVAudioSession setActive:withOptions:error:]: Deactivating an audio session that has running I/O. All I/O should be stopped or paused prior to deactivating the audio session. Anyone is getting it?

phuongpt commented 4 years ago

This happens when I try to record with opening audio from same device. Just record my voice it works.