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

When I play the file, `currentTime()` increases as normal, but when I call `pause()` it resets to 0, but when I play it again, it goes back to whatever time...

Im trying to use the p5 sound tutorials, and any of them that have samples are stuck on loading.. I dont see this issues posted on this. I have tested...

[This](https://github.com/processing/p5.js/issues/1676#) issue was closed in 2016 but it's still hasn't been fixed as far as I can tell. Check out [this](https://editor.p5js.org/rorywalsh/sketches/rB6G7ARVI) simple sketch. Once the initial notes have played the...

bug

### How would this new feature help [increase access](https://github.com/processing/p5.js/blob/main/contributor_docs/access.md) to p5.js? #### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [ ] Build tools and processes...

enhancement

I'm trying to sequence some notes using a `p5.Phrase`, `p5.Part` and a `p5.PolySynth`. The performance is very poor with lots of noticeable glitches. I wonder if I have made a...

bug

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

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

404 error on mozilla link https://p5js.org/reference/#/p5.AudioIn/getSources and i get , how to list all devices? This browser does not support MediaStreamTrack.getSources() (index):86 Uncaught TypeError: Cannot read property 'getSources' of undefined...

See title. Here is [an example](https://editor.p5js.org/stalgiag/sketches/xXwFMFGRR). This works in latest Safari but not in latest Chrome and Firefox. If you open the console, you will see: `Uncaught (in promise) DOMException:...

#### ISSUE If the SoundFile has an `onended` function registered, it will trigger the function when the SoundFile `pause` method is called even if the SoundFile has not reached his...