The Patchbay_

p5.sound

p5.js add-on bringing the Processing approach to Web Audio: playback, effects, synthesis and analysis.

LanguageJavaScript
CategoryWeb Audio
LicenseMIT
PlatformsWeb
InstallBundled with p5.js (npm install p5)
First released~2014
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Adding accessible sound to creative-coding p5.js sketches.

Minimal example

let osc = new p5.Oscillator('sine');
osc.freq(440); osc.amp(0.5); osc.start();

Alternatives to p5.sound

GibberTone.jsNexusUI

← Back to all tools