react-native-audioplayer
react-native-audioplayer copied to clipboard
Small audio player library for react native
If the resource is not present it crashes the app i tried to catch it via javascript but this seems to be managed at android level
fix Resources$NotFoundException
pause (duck) existing audio when playback starts (to match android behaviour)
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
When a song is playing on the music player in the background, and this component is activated to play a sound, the music stops. The sounds should mix.
On iOS, we can now pass a web URL to AudioPlayer like this: ` AudioPlayer.playFromURL("http://www.jplayer.org/audio/mp3/Miaow-07-Bubble.mp3") ` or ` AudioPlayer.playFromURL("https://api.soundcloud.com/tracks/151854794/stream?client_id=" + SC_CLIENT_ID) `
It would be great to play streaming audio!
Is there a support using an URI? thanks