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

corbanbrook/dsp.js

Digital Signal Processing for Javascript observed · 2026-08-28

github.com/corbanbrook/dsp.js · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6034
  • days_rel: n/a
  • days_push: 1600
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1768 stars · 237 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

DSP.js is a JavaScript digital signal processing library providing FFT/DFT transforms, oscillators, window functions, ADSR envelopes, IIR filters, delay, and reverb. It is explicitly unmaintained and has been for years.

Use cases

  • compute FFT of an audio signal in JavaScript
  • generate sine, square, saw, or triangle waveforms in the browser
  • apply lowpass or highpass IIR filters to a signal
  • add reverb or delay effects to audio buffers
  • analyze frequency spectrum of a signal
  • apply ADSR envelopes to synthesized audio

When to choose

  • you need a small, dependency-free DSP toolkit for browser or Node.js
  • you want simple FFT/DFT and oscillator primitives for audio experiments
  • you're okay maintaining a fork yourself since the code is stable and MIT-licensed

When to avoid

  • you need an actively maintained library with bug fixes and security updates
  • you need high-performance DSP - consider native or WASM-based alternatives
  • you need advanced features like multichannel processing or modern filter designs

Facets

library · maturity abandoned

audio-processing math developer-tools media browser cross-platform dsp fft dft oscillators iir-filters reverb signal-analysis audio-synthesis audio algorithms nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
corbanbrook/dsp.jsmain32

For agents

markdown · JSON · MCP: product_card(name="corbanbrook/dsp.js")

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