player icon indicating copy to clipboard operation
player copied to clipboard

Please add howler.js (or similar) audio provider

Open eudoxos opened this issue 10 months ago • 0 comments

Related Problem:

Vidstack currently provider the HTML5 audio element, which is limited as far as codec support is concerned (so for example .opus audio will not play on iOS, etc.) as it relies on inconsistent browser-native capabilities.

Describe:

Provider howler.js audio provider (in addition to HTML5 <audio> element, or as replacement for it, since howler itself has html fallback option) which provides consistent audio format support across devices.

Alternatives:

Not using vidstack for audio and use howler directly instead.

Anything Else?

eudoxos avatar Feb 23 '25 12:02 eudoxos