From: Carl Hetherington Date: Sat, 7 Apr 2012 01:37:21 +0000 (+0000) Subject: Fix comment. X-Git-Tag: 3.0~1869 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=83b7463b40291448ab6f6d4a301705c653d7a819 Fix comment. git-svn-id: svn://localhost/ardour2/branches/3.0@11806 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/libs/ardour/strip_silence.cc b/libs/ardour/strip_silence.cc index 62b08cbb0a..a5b115205a 100644 --- a/libs/ardour/strip_silence.cc +++ b/libs/ardour/strip_silence.cc @@ -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. */