audiocogs/aurora.js
JavaScript audio decoding framework observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: 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: 5194
- days_rel: n/a
- days_push: 2695
- n_releases_24m: 0
Adoption not part of the score
1272 stars · 144 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Aurora.js is a JavaScript framework that simplifies writing audio decoders, handling binary data, the demuxer-to-decoder pipeline, and abstracting browser audio APIs for playback. It ships with LPCM, uLaw, and aLaw support and is extensible via codec plugins like MP3.js, FLAC.js, ALAC.js, and AAC.js.
Use cases
- decode and play mp3 files in the browser with javascript
- play flac audio in browsers without native support
- build a custom audio decoder in javascript
- decode audio files in node.js
- play apple lossless alac files on the web
- abstract browser audio apis for decoded audio playback
When to choose
- you need to decode or play audio formats unsupported natively by the browser
- you want a pluggable framework for building JavaScript audio decoders
- you need consistent audio playback across browser and Node.js
When to avoid
- you only need to play formats the browser already supports natively via <audio> or Web Audio API
- you need a maintained, actively developed solution
- you need high-performance or low-latency decoding
Facets
framework · maturity maintenance
audio-processing sdk plugin-system web-development media browser cross-platform audio-decoding codecs javascript coffeescript browser-audio demuxer web-audio audio nodejs
2 sources
- readme: https://github.com/audiocogs/aurora.js · fetched 2026-08-28 · a04556aa0a9c
- homepage: http://audiocogs.org/codecs · fetched 2026-08-29 · a19cc5297b1b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| audiocogs/aurora.js | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="audiocogs/aurora.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem