Ross ROSS = Recommend OSS · open-source software intelligence for agents

RustAudio/dasp

The fundamentals for Digital Audio Signal Processing. Formerly `sample`. observed · 2026-08-28

github.com/RustAudio/dasp · Rust · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
RustAudio/daspmain60

For agents

markdown · JSON · MCP: product_card(name="RustAudio/dasp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem