RustAudio/dasp
The fundamentals for Digital Audio Signal Processing. Formerly `sample`. observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 62
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 4219
- days_rel: n/a
- days_push: 233
- n_releases_24m: 0
Adoption not part of the score
1185 stars · 79 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
dasp is a modular suite of Rust crates providing fundamentals for digital audio signal processing (PCM DSP), including sample/frame types, conversions, ring buffers, envelope detection, and interpolation. It is allocation-free and dependency-free, designed to be a fast, portable 'std for audio DSP'.
Use cases
- process PCM audio samples in Rust
- convert between audio sample bit depths and formats
- detect signal envelopes with peak and RMS
- resample or interpolate audio signals
- build audio synthesis or effects engines
- work with audio frames and slices without allocations
When to choose
- you need low-level, high-performance audio DSP primitives in Rust
- you want zero dependencies and no dynamic allocations
- you want to pick only the DSP components you need via modular crates
When to avoid
- you need a full DAW or high-level audio application framework
- you need built-in audio playback or device I/O
- you want ready-made effects plugins rather than DSP fundamentals
Facets
library · maturity stable
audio-processing math developer-tools media rust cross-platform embedded dsp pcm audio no-std-friendly signal-processing modular-crates algorithms
2 sources
- readme: https://github.com/RustAudio/dasp · fetched 2026-08-28 · 1161dd2683c3
- registry_crates: https://crates.io/api/v1/crates/dasp · fetched 2026-08-29 · 65c7ea9f51e9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RustAudio/dasp | main | 60 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem