Cauldron

A lightweight implementation of popular used audio decoders and encoders in pure Rust

Features

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

Codec Format Support Roadmap

| Format | Flag | Read | Write | |----------|--------------|-------------|-------------| | AAC | aac | - | - | | Flac | flac | InProgress | - | | MP3 | mp3 | - | - | | PCM | pcm | - | - | | WAV | wav | Done | InProgress | | Vorbis | vorbis | - | - |