Uploading recorded audio to web server (node.js, express)

Getting the same. If you’re using p5-sound.js from CDN or npm, then, I would say git clone the recent one from github in use that one.

Update
Ok, so to solve:

    1. git clone git@github.com:processing/p5.js-sound.git
    1. npm install
    1. grunt
    1. copy lib library to your project OR replace node_module (don’t forget to fix) or add as a static.
    1. also, for my case, I need to move p5.sound* files to addons dir (cd ~/lib && mv *.p5.sound.* ./addons)

That’s it.

1 Like