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

#### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [ ] Build tools and processes - [ ] Color - [ ] Core/Environment/Rendering - [ ]...

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.2 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

When using `loadImage()`, if the file is not found, you get a helpful console message telling you what happened. Unfortunately the same is not true for `loadSound()`. Normally this isn't...

I'm using analyze to create a circular spectrum graphic, but the issue I have is that the "end" of the circle typically stays put, as the frequency range is simply...

/** [p5.sound] Version: 0.3.12 - 2020-01-06 */ calling .play() throws an error - Cannot read property 'length' of undefined - RingBuffer.push() on desktop computers a sketch would fine despite the...

Hello, Recently I'm using FFT module from p5.sound to analyze sound files. I noticed that on the doc of this module is mentions that the `bins` argument has a maximum...

/** [p5.sound] Version: 0.3.12 - 2020-01-06 */ I came across an issue while working with a project that was working fine a month or so ago. Whenever .currentTime() is called,...

bug

@therewasaguy After lots of hour of debugging finally found out why the test is failing. When we pass 8 in EQ constructor it takes some time to initialize the freq...

Hello All, I was just confused a bit by the behavior of FFT setInput(). I expected that setInput() would CHANGE what the FFT listened to, removing the previous source and...