audiojs / audio

Class for high-level audio manipulations [NOT MAINTAINED]
MIT License
240 stars 9 forks source link

Alternative target: Audio ponyfill #68

Open dy opened 1 year ago

dy commented 1 year ago

Justification

For HTML there's no cross-browser Audio implementation, that could fix a bunch of gotchas.

For node it could just provide a standard primitive ponyfill, like https://www.jsdelivr.com/package/npm/react-native-audio-polyfill.

dy commented 1 year ago

Something like that existed back days by @TooTallNate https://github.com/TooTallNate/HtmlMedia/blob/master/HtmlMedia.js