27 Aug
2007
27 Aug
'07
6:53 a.m.
mån 2007-08-27 klockan 09:43 +0900 skrev 2g:
rec2.ck (not the original?):
dac.left => WvOut wL => blackhole; dac.right => WvOut wR => blackhole;
4::second => dur l; now + l => time later; "./wavs/rec2L.wav" => wL.wavFilename; "./wavs/rec2R.wav" => wR.wavFilename;
<<<"writing to file: ", wL.filename()>>>; <<<"writing to file: ", wR.filename()>>>;
while ( now < later ) 500::ms => now;
wL.filename() => wL.closeFile; wR.filename() => wR.closeFile; <<< "rec2 done." >>>;
I don't really recognise that file... Have you looked at the rec.ck and rec-auto.ck in examples/basic in (at least) the source tarball? Gasten