Comment by sam1r

6 years ago

This is great! I’d love to help contribute. Would you be interested in adding flac support?

Imagine the future interface with flac + svg + you’re already well-performant foundation with audio mass

Yes! Flac support is important, thank you for the suggestion. I would expect it to be already supported https://caniuse.com/#search=flac and I am just using web audio functions it should decode fine (but it's not). Maybe I am overzealously filtering for formats!

And performance is fine, but it can be so but soooo much better! Like just by adding sprinkling some wasm or asmjs in the "onaudioprocess" loops, to speed up the buffer traversing loops and escape the dreaded garbage collector!