This package decodes and encodes wav audio files.
- Fixed decoding of files containing LIST meta-data (#15).
- Documentation
- azul3d.org/audio/wav.v1
import "azul3d.org/audio/wav.v1"
- Changes
- Added encoding support (#1).
- Added benchmarks and tests (#3, #6).
- Removed
unsafe
dependency (#4). - Significant (>50%) decoder performance improvements (azul3d/audio#5).
- full changelog.
- Documentation
- azul3d.org/audio/wav.v1
import "azul3d.org/audio/wav.v1"
- Changes
- Operates using the azul3d.org/audio.v1 package.