A lightweight implementation of popular used audio decoders and encoders in pure Rust
Planned features are: - Decode and maybe Encode support for the most popular audio codecs - Providing easy to use basic functions for audio manipulation - Providing a WASM API for web
| Format | Flag | Read | Write |
|----------|--------------|-------------|-------------|
| AAC | aac
| - | - |
| Flac | flac
| InProgress | - |
| MP3 | mp3
| - | - |
| PCM | pcm
| - | - |
| WAV | wav
| Done | InProgress |
| Vorbis | vorbis
| - | - |