bvibber / audio-feeder

Small JS library to abstract Web Audio raw PCM output
Other
53 stars 7 forks source link

use MessageChannel instead of window.postMessage/onmessage for next-tick #36

Open bvibber opened 3 years ago

bvibber commented 3 years ago

Avoid spamming the window; we can make our own MessageChannel and use that with no risk of cross-contamination. Looks safe to use https://caniuse.com/?search=messagechannel