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

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

added tests for `setInput` method of p5.fft added some lint fix to src/looper.js

Wondering if it's a bug or simply necessary due to Audio Worklet, that p5.sound (since 0.3.12) now requires localhost or https once imported, regardless of any functions being used in...

question

changed to es6 class structure

@therewasaguy can you please! review this :)

Immediately audible when using a lot of voices (e.g. 128). Constant 440Hz sine wave coming from PolySynth. ```javascript mySynth = new p5.PolySynth(p5.MonoSynth, 128); ``` I can hear it on -...

I'm trying to apply an envelope to a note generate using [p5.PolySynth](https://p5js.org/reference/#/p5.PolySynth), when clicking on the canvas. I'm using the [`play()`](https://p5js.org/reference/#/p5.PolySynth/play) to play the note and [`noteADSR()`](https://p5js.org/reference/#/p5.PolySynth/noteADSR) to set the...

I'm using p5.js and p5.sound.js @1.1.9. I am using p5.Amplitude without a problem. When I add a new p5.AudioIn to the sketch to use the microphone I get the following...

bug

I am messing about with FFT and drawing a line for the waveform data. Using the sample code, I changed the number of bins to 16, the lowest setting. And...

#### Most appropriate sub-area of p5.js? - [ ] Accessibility (Web Accessibility) - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] Dom - [...