I'd like to use chains to truncate silence at the end of each track and then generate a specified amount of silence at the start and end of each tracks.
I figured this would be easy to do, since it's easy to do by hand. However, chains only seem to allow "Effects" to be used and not other Audacity commands, so I can run "Truncate silence" but "Generate -> Silence" can't be. If I overlooked something here, please let me know.
So after that I figure my best bet is using Nyquist in the chain. However, when I try to do this, Audacity crashes. I'm not sure if I'm doing something wrong (most likely) or there's just a bug in Audacity.
Here's what I tried to do to generate silence at the start and end of the track. This is on a mono track.
Code: Select all
(seq (const 0 5) (cue s) (const 0 5))Code: Select all
[ gc: total 16640, 1656 free; samples 1KB, 0KB free ]
error: bad argument type - NIL
Segmentation faultCode: Select all
$ uname -a
Linux makalu 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 i686 GNU/Linux
$ audacity -version
Audacity v1.3.7 (Unicode)Any help that can be offered would be greatly appreciated!
--
Thanks,
Ryan