goldfire / howler.js

Javascript audio library for the modern web.
https://howlerjs.com
MIT License
23.29k stars 2.21k forks source link

Failure to load audio on latest Opera #1700

Open kahoot-karl opened 6 months ago

kahoot-karl commented 6 months ago

The Problem

When loading audio with Opera, the howler state returns unloaded

Reproduction Steps

const howl = new Howl({src: 'https://upload.wikimedia.org/wikipedia/commons/4/48/Aadama.mp3'});

Wait a few seconds

console.log(howl.state()); // Expected: 'loaded' (Works in Chrome). actual: 'unloaded' (in opera)

Possible Solution

No response

Context

Opera One(version: 105.0.4970.48) (arm64)

Howler.js Version

2.2.3

Affected Browser(s)/Versiuon(s)

Opera One(version: 105.0.4970.48) (arm64)

peterkorgaard commented 6 months ago

I have the same experience. Will there be an update in the near future?

taynec8 commented 6 months ago

Had the exact same issue with Opera on Howler 2.2.3, just upgraded to 2.2.4 and this has fixed this issue for me.

Mau-MD commented 5 months ago

@taynec8 it worked! thanks