dac => WvOut rec => blackhole;
"/Users/kurt/Music/SFDIR/ChucK" => rec.aifFilename;//<---- CHANGE THIS
TO WHERE YOU WANT THE FILE
100::second => now;//<------CHANGE THIS TO LENGTH OF RECORDING
rec.closeFile();
run this and it should record what is coming out of chuck. you could
change it to 'day => now' and chuck will close the file when you
remove the recording shred.
hope that helps.
kurt
On Thu, Sep 30, 2010 at 11:34 AM, Daniel Trueman
hey, anyone ever do any writing of soundfiles to disc? i can't seem to make SndBuf or WvOut do it....
dt _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- -------------------------------------------------- www.kurtkotheimer.com --------------------------------------------------