[CM] /tmp full with SND files.

Bill Schottstaedt bil at ccrma.Stanford.EDU
Thu Jan 22 06:10:48 PST 2009


>                        (src-sound (/ (srate insound) 48000) 1.0 insound 0) 

each of these src-sound calls edits the original, and saves the
new version in a temporary file (if it's large, which in this case
I think it is).  If you just keep calling src-sound, it just keeps
saving things because at any time you might want to refer back
to an earlier version.  I can' tell for sure from the code fragment
you sent, but it would probably fix the problem to put revert-sound
after each src-sound -- this tells Snd that it need not save 
any edits related to that sound.  You can also set the place
Snd writes those files via temp-dir.




More information about the Cmdist mailing list