X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fstrip-silence-from-audio-regions.html;h=cf844d9f7c7d2ef1d980abaed572c6b6f5c6465f;hb=a61fbacdfcb7a76fe425fada61f49fc85751e47a;hp=641c546b5af3db533b8c4a603092a2c9df86198b;hpb=dfec6899ef2a121ccf2ff1d47008e7ac4844cf70;p=ardour-manual diff --git a/include/strip-silence-from-audio-regions.html b/include/strip-silence-from-audio-regions.html index 641c546..cf844d9 100644 --- a/include/strip-silence-from-audio-regions.html +++ b/include/strip-silence-from-audio-regions.html @@ -1,18 +1,55 @@ +
+ The Strip Silence window +
+ The Strip Silence window +
+

- From the region context menu, choose Edit > Strip - Silence to detect silence (based on a user-chosen threshold in - dBFS), split a - region based on the boundaries of the silent segments, and remove the - silence. You can also specify a minimum length for silence—useful - when editing very percussive material and just needing to - automatically trim the ends of a region. The dialog looks like this: + The Strip Silence tool allows to remove the parts of one or multiple + regions that are below a user-defined silence threshold. It does not + destroy the underlying audio, but trims the regions according to the silence + threshold parameter. The edit applies to all selected regions, allowing batch + processing.

-strip silence dialog + +

+ The window, accessible either through the Region > Edit > Strip + Silence menu or right click on a region + > Name_Of_The_Region > Edit > Strip Silenceis made of: +

+ + + + + + + + + + +
ThresholdThe audio level under which the audio is considered silent (in dBFS)
Minimum lengthA minimum number of samples for Ardour to create a split. Under this + number, the region won't be sliced
Fade lengthArdour adds fades, both in and out, to the trimmed regions, to the created + region (so the sliced regions are longer by both the in and out fades duration, + expressed in samples)
A progress barshowing the time Ardour takes to compute the trimming based on the current + parameters
+

- The edit applies to all selected regions, allowing batch processing. - You can also see in the screenshot how the main editor window is used - to show silent segments and report the number and durations of the - shortest segments. + Changing any parameter in the window is reflected in the main editor: the silent + segments are highlighted and the number and durations of the shortest segments is + displayed, helping fine-tune the parameters. +

+ +
+ strip silence: view of the audio + strip silence: view of the audio after +
+ Strip Silence : a view of the audio while changing the parameters, and after treatment +
+
+ +

The minimum length for silence can be useful when editing very + percussive material and just needing to automatically trim the ends of a region.