/p5.Csound

A lightweight Csound wrapper for p5js

Primary LanguageJavaScript

p5.Csound

Website

p5.Csound is a lightweight wrapper to the web assembly build of Csound. It provides all the power of Csound inside p5.js sketches. With over a thousand signal processing opcodes, it is one of the most extensive audio processing libraries available in a browser. This interface provide very little in the way of wrapper functions. In fact, it only provides two. After that everything is accessible through the Csound object.

More details on the WASM build of Csound can be found here.