Fix comment.
authorCarl Hetherington <carl@carlh.net>
Sat, 7 Apr 2012 01:37:21 +0000 (01:37 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 7 Apr 2012 01:37:21 +0000 (01:37 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11806 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/strip_silence.cc

index 62b08cbb0a3114b1b4997e5d344e07cf3bf950f3..a5b115205a750fc55d7ae2606e164aa740e8706a 100644 (file)
@@ -30,8 +30,7 @@ using namespace ARDOUR;
 
 /** Construct a StripSilence filter.
  *  @param s Session.
- *  @param threshold Threshold below which audio is considered silence, in dBFS.
- *  @param minimum_length Minimum length of silence period to recognise, in samples.
+ *  @param sm Silences to remove.
  *  @param fade_length Length of fade in/out to apply to trimmed regions, in samples.
  */