// SndBuf 4: user-uploaded files // Enable the file uploader, upload a file to the // in-browser filesystem (disappears when the page // is reloaded), and go! SndBuf buf => dac; me.dir() + "myAudioFile.wav" => buf.read; buf.length() => now;
shredcodetimeremove