Reference p5.p5soundSource

p5.p5soundSource

Generic methods for p5 sound nodes that GENERATE sound.

Methods

start
Starts the p5 sound source. Should be called from a user interaction such as MousePressed() in order to adhere to the browser's autoplay policy.
stop
Stops the p5 sound source.

Related References