Replies: 1 comment 3 replies
-
Hello, I was wondering if you found a solution to your problem that you can share, as I am running into a similar problem. I'm using howler with React as well, but after I run Note: I've tried modifying my code to run the
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have made a app, where a component has a audio and caption of the audio, I show a list of audios on one side and render the selected on the other, I am using howler with react.
Issue, I am facing is, I am not able to pause Audio from return function inside useEffect. I am able to unload the audio if use unload method instead of pause.
also, If is there a way to get updated list of howler audio ID which I can put up on a state and use those ids to use the old audio Id itself rather than creating a new one on every selection.
Beta Was this translation helpful? Give feedback.
All reactions