You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a prototype implemented that emulates the MediaElement API using a Web Audio BufferSourceNode. This could be used a shim for cases where MediaElement doesn't work.
The text was updated successfully, but these errors were encountered:
v7 switched away from Web Audio for the reasons described here: #2762 (comment)
However, we've seen a few use cases where Web Audio is preferrable over HTML audio:
I have a prototype implemented that emulates the MediaElement API using a Web Audio BufferSourceNode. This could be used a shim for cases where MediaElement doesn't work.
The text was updated successfully, but these errors were encountered: