troubles with saveSound() in p5 sound library

edited August 2016 in p5.js Library Questions

Hi Guys,

I've made a step sequencer, running on my local server, and I want to be able to record and save a .wav file into a specific folder. However, I'm having troubles with the saveSound() function. When I save a recording, it appears in my project folder, but as a tiny 6 byte .wav file with nothing on it!

Has anyone else experienced this? In addition, does anyone know if its possible to specify the save destination with p5 / saveSound()? Or can anyone recommend an alternative javascript library for recording and saving audio file to a specific folder on your computer?

Many thanks in advance!

JC

Sign In or Register to comment.