# scottschiller/SoundManager2

A JavaScript Sound API supporting MP3, MPEG4 and HTML5 audio + RTMP, providing reliable cross-browser/platform audio control in as little as 12 KB. BSD licensed.

Repository: https://github.com/scottschiller/SoundManager2
Canonical: https://ross.abutalabs.com/products/soundmanager2
Homepage: http://www.schillmania.com/projects/soundmanager2/
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2021-03-22T03:54:07+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": 6087, "days_push": 1990, "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 5080, forks 755 (observed 2026-08-28T04:09:09.526484+00:00)

## What it is
SoundManager 2 is a JavaScript sound API that wraps HTML5 Audio and legacy Flash to provide reliable cross-browser audio playback control (MP3, MP4/AAC, OGG, RTMP) in as little as 12 KB. It exposes a single API for loading, playing, pausing, seeking, and volume control with rich event callbacks.

## Use cases
- play mp3 audio from javascript in the browser
- add a play/pause button to audio links on a website
- build a custom web audio player UI
- support audio playback across desktop and mobile browsers
- stream audio with legacy flash/RTMP fallback
- read ID3 tags from mp3 files in the browser

## When to choose
- you need a small, battle-tested cross-browser audio API with legacy browser/Flash fallback
- you want fine-grained playback events like whileloading, whileplaying, and onfinish
- you must support very old browsers or Flash-based RTMP streaming

## When to avoid
- you only target modern browsers and can use the native HTML5 Audio or Web Audio API directly
- your project requires active maintenance or modern tooling, as the project is largely in maintenance mode with last release in 2021
- you need video playback or advanced Web Audio features like real-time synthesis

## Facets
- artifact type: library
- maturity: maintenance
- function: audio-processing, developer-tools
- domain: web-development, frontend, media
- platform: browser, cross-platform
- tags: audio-api, html5-audio, flash-fallback, mp3, javascript, sound-playback, legacy-flash-support, audio

## Member repositories
- scottschiller/SoundManager2 (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:09.526484+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:02:35.149127+00:00, confidence not recorded.
  - readme: https://github.com/scottschiller/SoundManager2 (fetched 2026-08-28T04:09:09.526484+00:00, sha 6a5f34113859)
  - homepage: http://www.schillmania.com/projects/soundmanager2/ (fetched 2026-08-29T08:57:50.434856+00:00, sha 3071bf4ee813)
  - registry_npm: https://registry.npmjs.org/soundmanager2 (fetched 2026-08-29T08:57:50.454839+00:00, sha 5a9d0c472db6)
  - site_page: https://www.schillmania.com/projects/soundmanager2/doc (fetched 2026-08-29T08:57:50.444695+00:00, sha 036bf1989b8e)
  - site_page: https://www.schillmania.com/projects/soundmanager2/doc/generated/soundmanager2.html (fetched 2026-08-29T08:57:50.448909+00:00, sha b1c41d11efe2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
