wasm-media-encoders icon indicating copy to clipboard operation
wasm-media-encoders copied to clipboard

MP3 and Ogg Vorbis encoders for the browser and Node

Results 10 wasm-media-encoders issues
Sort by recently updated
recently updated
newest added

I am trying to use wasm-media-encoders in an application where I am mixing streams. I can set the **input** sampleRate, but the **output** sampleRate is always 24KHz. This is fine...

Thank you for this amazing library. In my app, I'm providing MP3 and WAV export. The purpose of the WAV export is that if users need the audio in a...

Is there a simple browser demo available? I am trying to get it to work with the microphone.

MP3 files encoded with VBR have inaccurate durations due to lack of LAME header. This will require modifying the beginning of the output buffer after finalization.

Perhaps using https://github.com/salomvary/fdk-aac.js/

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Awesome little package - I am currently experimenting with converting audio files to smaller versions for use in our AI platform, and this fits just the case! As that can...