react-sound
react-sound copied to clipboard
Sound component to play audio in your web apps
Please see a sample app attached. Basically when playing on iOS, the onPause handler does not seem to get called when running in the background. By running in the background,...
I am currently using React 16.7.0 in my current project and I am getting the error mentioned above when trying to add this to my project. Any idea why this...
``` Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^15.3.0 || ^16.0.0-0" from [email protected] npm...
Hi leoasis, I've been trying to find a way to control the interval to which onPlaying is called but couldn't find any in docs or source code. So I tried...
Does the component have a feature to get or return the duration in milliseconds of the loaded audio ?
I know this package hasn't been updated in a while, but pull request #81 fixed a bug with playFromPosition that caused an infinite loop when the component updated. I was...
React-sound audio playback works as expected with `react-router-dom`. The audio doesnt suspend or shutdown when using `` Using `goBack()` and `goForward()` from the `useHistory` hook stops the audio playing for...
Hey @leoasis was just looking through the commit history and I was wondering if there was any new release `v1.2.1` made with the `updateSound` bugfix (the most recent changes)!
Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22 When I use react-sound in electron react app.When change the url by state,the two error...