theInfiTualEr
theInfiTualEr
check this out: https://github.com/facebook/react-native/issues/10009#issuecomment-347839488 try `setTimeout` or a delay function before trying to access the Android API. ``` const delay = ms => new Promise(res => setTimeout(res, ms)); await delay(5000);...
This happened to me, I uninstalled and re-installed the latest version, and it got fixed, UNTIL it happened again. I believe I played a game before opening the app, and...
I figured out I should play the data using `AudioTrack` from Android API, so I created a fork and added couple of functionalities. Check it out here: https://github.com/xiqi/react-native-live-audio-stream/pull/26 I still...
https://github.com/theInfiTualEr/react-native-live-audio-stream/ also addresses playing the audio recorded in Android on Web (It generates wav audio header). Still, no iOS support.
> Do you happen to have any idea how one could store the contents from data and play it in other machines? Checkout https://github.com/goodatlas/react-native-audio-record
> The data is essentially a .wav file, but without the header, so it is technically not a .wav file. > > What we do is store or stream the...
> hey @theInfiTualEr, were you able to get this library to actually play the audio? I am trying to use 1 library for both visualizing and playing audio and this...
I think the problem is that you're recording the audio using `Expo Audio` and capturing it using `LiveAudioStream`. Recording and getting data using this library was easy and is documented....
> usually labels missing is a font thing. What style/fonts are you using? I'm facing the same issue, but on the data of Iran and Iraq. I'm using the example...