An open API service indexing awesome lists of open source software.

https://github.com/ardaku/audio

A collection of safe Rust audio encoder/decoder crates designed for usage with fon.
https://github.com/ardaku/audio

Last synced: 7 months ago
JSON representation

A collection of safe Rust audio encoder/decoder crates designed for usage with fon.

Awesome Lists containing this project

README

          

# Audio
A collection of safe Rust audio encoder/decoder crates designed for usage with [fon](https://crates.io/crates/fon).

- `ogg_opus` - Ogg Opus encoder/decoder (currently contains unsafe, currently requires libopus)
- `riff_wav` - WAV encoder/decoder (safe)
- `flak` - Flac encoder/decoder (safe)
- `raw_audio` - RAW encoder/decoder (safe)