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

Browser and NodeJS Web Assembly audio decoder libraries that are highly optimized for size and performance.

Results 9 wasm-audio-decoders issues
Sort by recently updated
recently updated
newest added

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

This library would benefit from a more modular / plugin architecture so that the common code can be reused across decoders. * Tree shaking common code used across modules for...

enhancement

Add builds that support [Web Assembly SIMD](https://v8.dev/features/simd). This should significantly speed up decoding. * Must be backwards compatible with browsers that don't support this feature, since it relatively new. *...

enhancement

Hi, I'm having some difficulties with the opus decoder, would you be able to answer a few questions over email? You can contact me at [email protected] if this is ok?...

in MPEGDecoder.js, I have to change the code to this: this.reset = () => { if(this._common)this.free(); return this._init(); }; By importing multiple mp3 sounds, there will be a undefined-error after...

android mobile: "Mozi11a/ 5.0 (Linux; Android 9; PDBMeO Build/PPR1.180610.011;ww) AppiewebKit/537.36 (KHTML, like Gecko) version/ 4.0 Chrome /70.0.3538.110 Mobile safari/537.36, Douyu_Android, aver/1975398z”

Hi, I'm working with Cloudflare Workers, and in that environment you can't dynamically load wasm from base64 or gzipped data- just the `import wasmContent from './wasmfile.wasm'` style of importing. I've...

Hi @eshaz. That comes to be very unique in class bundle, but it seems there's some more quite standard decoders out there, I'm curious if you would consider adding: *...

https://opus-codec.org/release/stable/2024/03/04/libopus-1_5.html

enhancement