p5.js-sound icon indicating copy to clipboard operation
p5.js-sound copied to clipboard

p5.sound brings the Processing approach to Web Audio and p5.js. Demos:

Results 116 p5.js-sound issues
Sort by recently updated
recently updated
newest added

I made a custom server for an online game I'm making that serves the html page and connects websockets. I use p5.sound.js for sound effects, but when I tried to...

I need to use p5.sound with Vite. But it seems to only support using it as a script, or through webpack. Is there a workaround for that.

Nature of issue? - [x] Found a bug - [ ] Existing feature enhancement - [ ] New feature request Most appropriate sub-area of p5.js? - [ ] Color -...

**Issue** p5.sound playback has audible distorted artefacts, slow speed, wonky behaviour on Chrome in recent versions of p5.sound. Older versions work fine (p5.sound v0.3.7 tested ok) **Affected** - Personal sketches...

This is likely related to #494 but I have a minimal example with some more detailed testing. Also, a user said [here](https://github.com/processing/p5.js-sound/issues/494#issuecomment-834502062) that updating to chrome 92 fixed the issue...

### Error Remake on Using npm in React App import * as p5 from "p5"; import "p5/lib/addons/p5.sound";

Nice to meet you. I found a simple leak. After calling stop() , There is a reference left to _counterNode The cause is simple. dispose function ``` if (this.isPlaying()) {...

Changes: - Mostly adding a capital letter to the start of the sentence. - Adding some extra information to params and/or return values. - Remove additional 'optional' texts - Remove...

https://bugs.chromium.org/p/chromium/issues/detail?id=807017 (via [Web Audio Weekly](http://www.webaudioweekly.com/85)) We'll need to update examples and documentation...I think the best bet is to encourage p5 developers to design prompts that guide users to start the...

I downloaded the latest version of p5 (v 1.4.1) and simply uncommented the script tag in the empty example. And this error appeared: * Tone.js r10 * addons/p5.sound.js:125 Uncaught DOMException:...