howler.js
howler.js copied to clipboard
Access to the HTMLMediaElement
Hi,
I have a quick question, is there a way to access the HTMLMediaElement to perform any operation that is possible with the HTML5 audio ? I would like to set the sink Id by HTMLMediaElement.setSinkId("id")
. Is there a way to achieve that goal ?
Thx !
I would like to know it too please. Any update ?
Same here, for a few years already I was trying some hacky ways to get this
Hi,
chiming in here to know if someone is aware of a PR or forked lib that allows accessing the Sound 'node' that (as far as I can tell) represents the instance of an AudioElement
I need to set the crossorigin attribute on the sound I'm trying to load/play and this does not seem possible ATM