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

jaysalvat/buzz

Buzz is a small but powerful Javascript library that allows you to easily take advantage of the new HTML5 audio element. It tries to degrade silently on non-modern browsers. observed · 2026-08-28

github.com/jaysalvat/buzz · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

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

  • gap_med: n/a
  • age_days: 5564
  • days_rel: n/a
  • days_push: 196
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1204 stars · 222 forks observed · 2026-08-28

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

Buzz is a small JavaScript library that wraps the HTML5 audio element to make it easy to play and manage sounds in web pages, with graceful degradation on older browsers. Version 2.0 adds Promise support, ES modules, and TypeScript definitions.

Use cases

  • play sound effects on a website
  • add background music with fade in and fade out
  • loop audio in the browser
  • group multiple sounds and control them together
  • detect which audio formats the browser supports
  • display a timer for playing audio

When to choose

  • you need simple browser audio playback without heavy dependencies
  • you want a lightweight wrapper around the HTML5 audio element
  • you need multi-format fallback (ogg, mp3, aac, wav)
  • you want chainable sound APIs with Promise or callback support

When to avoid

  • you need advanced audio synthesis or effects (use Web Audio API directly)
  • you need streaming audio or playlists with complex queuing
  • you target mobile autoplay scenarios, which browsers restrict
  • you need a full-featured media player UI

Facets

library · maturity active

audio-processing web-development frontend browser html5-audio sound-playback promise-api typescript-definitions audio nodejs

8 sources

Member repositories

RepositoryRoleHealth v2
jaysalvat/buzzmain63

For agents

markdown · JSON · MCP: product_card(name="jaysalvat/buzz")

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