Skip to content

v1.0.0

Latest

Choose a tag to compare

@dy dy released this 23 Mar 21:40
· 20 commits to main since this release

Encode raw audio samples to WAV, MP3, OGG Vorbis, Opus, FLAC, and AIFF.

  • Whole-file and streaming APIs
  • Accepts Float32Array[], Float32Array, or AudioBuffer
  • Works in both node and browser
  • Lazy-loads codecs — only pays for what you use

Codec packages: @audio/wav-encode, @audio/aiff-encode, @audio/mp3-encode, @audio/ogg-encode, @audio/flac-encode, @audio/opus-encode.