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.
- Host: GitHub
- URL: https://github.com/ardaku/audio
- Owner: ardaku
- Created: 2019-08-25T17:58:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T05:36:05.000Z (about 4 years ago)
- Last Synced: 2025-03-17T18:22:51.472Z (7 months ago)
- Language: C
- Homepage:
- Size: 893 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)