How can I save a sound file on a remote server?

edited August 2015 in p5.js Library Questions

How can I save a sound file on the remote server (instead of the client's/my computer)? I mUsing the Record Save Audio example. The function saveSound(soundFile, 'mySound.wav'); saves audio file on my comuter. How can I change the file name of can I use another fucntion to save an audio file on the remote server?

Sign In or Register to comment.