react-voice-visualizer icon indicating copy to clipboard operation
react-voice-visualizer copied to clipboard

Error playing audios on Safari

Open GolliAch opened this issue 1 year ago • 2 comments
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:

  1. Go to Safari
  2. Click on Play and audio

Expected behavior Audios playing

GolliAch avatar Sep 30 '24 20:09 GolliAch

Could you provide more details, please? I haven’t encountered this error in any scenario.

YZarytskyi avatar Oct 01 '24 12:10 YZarytskyi

it doesn't work on Safari for me too(

ArteGrit avatar Dec 05 '24 09:12 ArteGrit