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 was trying to create Audio spectrum from this [Example](https://p5js.org/examples/sound-frequency-spectrum.html) and i've given the permission for microphone... the output is blank. I think AudioIn() is broken. `amp = mic.getLevel(); console.log(amp);`...

Hello, 👋🏻 I raised an issue in the p5.js project that ties in with p5.js-sound. It's about this warning showing up when debugging p5.js sketches: ![Fail to load source map...

While working on #628 I I've found out that [this](https://p5js.org/reference/#/p5.SoundRecorder) example is not working in safari. Upon inspection, I've found out that [recorderProcessor](https://github.com/processing/p5.js-sound/blob/main/src/audioWorklet/recorderProcessor.js) is using [AudioWorkletProcessor](https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletProcessor#browser_compatibility) which is not compatible...

Hi, I was kinda confused by the name of the setPitch() function in this piece of code because its setting the playback rate of the sound file when we provide...

Concerns: https://p5js.org/reference/#/p5.SoundFile/pause OS: Windows 7 Browser: Firefox Quantum 57.02 (64 bits) p5.js v0.5.16 ``` let bPlay = true; let sndFile; function preload() { sndFile = loadSound('Sound/D960_3.mp3'); } function setup() {...

``` Uncaught ReferenceError: p5 is not defined at Object.eval (p5.sound.js?e617:3112) at Object.eval (p5.sound.js?e617:3160) at __webpack_require__ (p5.sound.js?e617:84) at Object.eval (p5.sound.js?e617:2885) at Object.eval (p5.sound.js?e617:2956) at __webpack_require__ (p5.sound.js?e617:84) at eval (p5.sound.js?e617:120) at eval...

Hi, first thank you for p5.js-sound library! I was excited to start a new project that will run on Chrome desktop as well as Chrome for Android. All I did...

Not sure when it happened, but I can no longer get the library to load on an iPad. We just get stuck "Loading". If I roll back to version 0.10.2...

bug

/** [p5.sound] Version: 0.3.12 - 2020-01-06 */ A new problem arose yesterday or the day before. I've been using the same code for a couple of weeks with no problems....