# mattdiamond/Recorderjs

A plugin for recording/exporting the output of Web Audio API nodes

Repository: https://github.com/mattdiamond/Recorderjs
Canonical: https://ross.abutalabs.com/products/recorderjs
Language: JavaScript
License Family: other
Last push: 2023-09-13T07:33:38+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5103, "days_push": 1085, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4241, forks 1447 (observed 2026-08-28T04:08:39.632989+00:00)

## What it is
Recorder.js is a JavaScript library that records and exports the output of Web Audio API nodes, capturing audio into WAV blobs. It works via a Web Worker to encode recorded stereo buffers for playback or download.

## Use cases
- record microphone audio in the browser
- capture output of a Web Audio API node
- export recordings as WAV files
- record voice memos in a web app
- capture and download audio from a synthesizer or effect chain

## When to choose
- you need simple WAV recording from Web Audio nodes in a legacy browser environment
- you want a minimal, dependency-free audio capture library to fork or adapt

## When to avoid
- you need an actively maintained library with bug fixes and modern browser support
- you need compressed formats like MP3 or OGG out of the box
- you are starting a new project - consider MediaRecorder API or maintained forks

## Facets
- artifact type: library
- maturity: abandoned
- function: audio-processing
- domain: web-development, media
- platform: browser
- tags: web-audio-api, recording, wav-export, microphone, audio-capture, audio, javascript

## Member repositories
- mattdiamond/Recorderjs (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:39.632989+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:22:15.243519+00:00, confidence not recorded.
  - readme: https://github.com/mattdiamond/Recorderjs (fetched 2026-08-28T04:08:39.632989+00:00, sha 680251766548)
- Data as of 2026-08-30T08:39:29.467469+00:00.
