Skip to content

@catlabtech/webcvt-container-mp3

MP3 (MPEG-1 Audio Layer III) container parser and frame reader for webcvt.

Installation

bash
npm i @catlabtech/webcvt-container-mp3

API

Detailed API reference coming in v0.2. See the source code for now.

Notes

Handles ID3v2 tag parsing, frame sync detection, and MPEG-1/2 header validation. Encoding (MP3 output) requires @catlabtech/webcvt-backend-wasm.

MIT licensed