·web-audio

Production-tested patterns for fault-tolerant browser audio with zero-lag rapid-fire support. Use when implementing sound effects, background music, voice feedback, or any audio playback in web applications. Covers AudioContext singleton, preloading, cloneNode for rapid-fire, autoplay handling, and Web Audio API effects.

4Installs·0Trend·@matthewharwood

Installation

$npx skills add https://github.com/matthewharwood/fantasy-phonics --skill web-audio

SKILL.md

Production-tested patterns for fault-tolerant browser audio with zero-lag rapid-fire support.

AudioContext creation is expensive and browsers limit the number of contexts. Create one per page, reuse forever.

Why: Browsers limit AudioContext instances. Creating contexts is slow and triggers garbage collection.

Production-tested patterns for fault-tolerant browser audio with zero-lag rapid-fire support. Use when implementing sound effects, background music, voice feedback, or any audio playback in web applications. Covers AudioContext singleton, preloading, cloneNode for rapid-fire, autoplay handling, and Web Audio API effects. Source: matthewharwood/fantasy-phonics.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/matthewharwood/fantasy-phonics --skill web-audio
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is web-audio?

Production-tested patterns for fault-tolerant browser audio with zero-lag rapid-fire support. Use when implementing sound effects, background music, voice feedback, or any audio playback in web applications. Covers AudioContext singleton, preloading, cloneNode for rapid-fire, autoplay handling, and Web Audio API effects. Source: matthewharwood/fantasy-phonics.

How do I install web-audio?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/matthewharwood/fantasy-phonics --skill web-audio Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/matthewharwood/fantasy-phonics