wasm-audio-decoders icon indicating copy to clipboard operation
wasm-audio-decoders copied to clipboard

Can you support wav and flac decoder?

Open kaneruan opened this issue 1 year ago • 2 comments

I search wav and flac in npm.com long time. But haven't searched. If you can support them, I will appreciate that,

kaneruan avatar Aug 12 '22 17:08 kaneruan

I have plans to add additional codecs like FLAC, Vorbis, and AAC. I'll probably get around to adding those around October.

For WAV, this format is actually not compressed so there is nothing to decode. However, I may consider adding a "decoder" that translates this format into the same output that the other decoders produce. This may be useful if someone wants to play WAV data using the WebAudio api.

eshaz avatar Aug 18 '22 00:08 eshaz

thank you

kaneruan avatar Aug 27 '22 05:08 kaneruan

Added @wasm-audio-decoders/flac in #58

eshaz avatar Oct 10 '22 00:10 eshaz