RustAudio/rodio
Rust audio playback library observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4060
- days_rel: n/a
- days_push: 10
- n_releases_24m: 0
Adoption not part of the score
2451 stars · 328 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rodio is a Rust audio playback and recording library built on top of cpal, with format decoding via Symphonia or optional decoders for FLAC, MP3, Vorbis, and WAV. It provides a simple high-level API for playing sounds in applications and games.
Use cases
- play sound effects in a Rust game
- play music files like mp3 or flac from my app
- add audio playback to a Rust desktop application
- decode and play wav and ogg files in Rust
- record audio from the microphone in Rust
- simple audio engine for a game engine written in Rust
When to choose
- you need easy audio playback in a Rust application or game
- you want support for common audio formats with optional decoders
- you want a high-level API over cpal without managing audio streams yourself
When to avoid
- you need advanced audio synthesis, DSP, or DAW-grade processing
- you need multi-track mixing with fine-grained low-level control
- you target CPUs without f32 support or 32-bit atomic operations
Facets
library · maturity active
audio-processing media cross-platform windows rust audio-playback sound cpal symphonia gamedev decoding audio game-development linux macos
2 sources
- readme: https://github.com/RustAudio/rodio · fetched 2026-08-28 · 7273e309ab4c
- registry_crates: https://crates.io/api/v1/crates/rodio · fetched 2026-08-29 · 68e93950c48a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RustAudio/rodio | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem