arseneyr / wasm-media-encoders

MP3 and Ogg Vorbis encoders for the browser and Node
MIT License
34 stars 4 forks source link

Add support for MP3 VBR header #7

Open arseneyr opened 3 years ago

arseneyr commented 3 years ago

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.