xiqi / react-native-live-audio-stream

Get live audio stream data for React Native (works for iOS and Android)
MIT License
71 stars 29 forks source link

Fix recording error #8

Closed Romick2005 closed 2 years ago

Romick2005 commented 3 years ago

Fix recording error (cannot set AVAudioSession mode that is not supported by current AVAudioSession category). Added error capturing and logging for failed audio session initialisation. Stop recording if audio queue initialisation failed. Release audio queue buffer on stop recording.

xiqi commented 2 years ago

Hi @Romick2005 thank you for the fix!