Open sonclark opened 5 months ago
This pull request should fix the warnings you mention: https://github.com/xiqi/react-native-live-audio-stream/pull/20/files
I see the same issue when running on iOS
i get empty chunk and its called the data event only once
Facing same issue on IOS
@Nesquik Your Changes is able to resolve the above mentioned issue, but after that i am getting this error.
AudioQueueObject.cpp:1769 BuildConverter: AudioConverterNew returned -50
I am currently using the library with Expo SDK51, testing on development build when i run into the warnings whenever I call
start
orstop
.The warnings are
WARN
new NativeEventEmitter()was called with a non-null argument without the required
addListenermethod. WARN
new NativeEventEmitter()was called with a non-null argument without the required
removeListenersmethod.
I am assuming this is because the library is older now. Anyone faced the same issue and managed to resolve this?