Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 541 Bytes

File metadata and controls

30 lines (21 loc) · 541 Bytes

Browser Audio Tools

Client-side audio utilities built with Bun, Astro, and React. All processing runs locally in the browser via ffmpeg.wasm.

Features

  • Add noise + concat
  • Extract embedded cover art
  • Retag WAV into MP3 / edit MP3 tags
  • Convert audio formats
  • Trim audio with optional silence removal
  • Generate waveform PNGs
  • Batch processing with ZIP output

Development

# 1) Install deps
bun install

# 2) Run the dev server
bun run dev

# 3) Build static assets
bun run build

License

MIT