web-audio-api
Installation
SKILL.md
Skill: Web Audio API
Spec Reference
Everything that has a counterpart in the Web Audio API specification must match it:
- Spec: https://webaudio.github.io/web-audio-api/
- MDN reference: https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
Key spec sections to check when implementing or reviewing a node:
- Processing model and render quantum (128 frames)
AudioNodechannel count rules andchannelCountMode/channelInterpretationAudioParamautomation methods, value clamping, and timing- Each node's constructor options, property defaults, and valid ranges