[CM] Finding (and deleting) gaps with snd

Bill Schottstaedt bil@ccrma.Stanford.EDU
Thu, 05 Jan 2006 07:25:55 -0800


By "zero" do you mean zero-crossing?  There are several functions to search for these
(find-zero in extsnd.html for example) -- you could use the crossing locations to
set the limits on (scale-by 0.0 ...).  If you're looking for sections without any
real signal, perhaps map-silence in extsnd.html will help -- it detects portions
that look like silence, then either squelches whatever hiss is there, or deletes
that section altogether.