react-voice-visualizer
react-voice-visualizer copied to clipboard
Error playing audios on Safari
trafficstars
Describe the bug
We keep having issues in Safari Console: NotSupportedError: The operation is not supported.
This is the trace:
Qt = () => {
if (J.current && J.current.paused) {
const A = J.current.play();
A !== void 0 && A.catch(B => {
console.error(B),
s && s(B instanceof Error ? B : new Error("Error playing audio"))
})
To Reproduce Steps to reproduce the behavior:
- Go to Safari
- Click on Play and audio
Expected behavior Audios playing
Could you provide more details, please? I haven’t encountered this error in any scenario.
it doesn't work on Safari for me too(