v3.4.0
- decode.mp3(buf) is now deprecated — format factories (decode.mp3()) always return a decoder; use top-level decode(buf) for whole-file
- dec.decode(chunk) deprecated in favor of calling dec(chunk) directly
- decode.mp3.stream() deprecated in favor of decode.mp3()
- Consolidate test files to test.js + test.html
Full Changelog: v3.3.0...v3.4.0