audiojs / audio-decode

Minimal audio decoders layer
MIT License
159 stars 14 forks source link

Will m4a format be supported? #36

Open UlyssesZh opened 1 year ago

UlyssesZh commented 1 year ago

Since m4a (audio-only MPEG-4) is a very common format for audio files, it would be a helpful improvement if audio-decode supports m4a.

dy commented 1 year ago

It would be for sure. Unfortunately there's no easily available good implementation of decoder in JS/WASM (here ?), so if you find any - you're welcome to contribute. I'd recommend to use ffmpeg for now if there's high necessity.