Browse Source

doc/filters: fix obvious mistake for minimum accepted value

tags/n4.4
Paul B Mahol 5 years ago
parent
commit
fcae745f46
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/filters.texi

+ 2
- 2
doc/filters.texi View File

@@ -1421,7 +1421,7 @@ Specify frequency shift. Allowed range is -INT_MAX to INT_MAX.
Default value is 0.0.

@item level
Set output gain applied to final output. Allowed range is from -1.0 to 1.0.
Set output gain applied to final output. Allowed range is from 0.0 to 1.0.
Default value is 1.0.
@end table

@@ -2203,7 +2203,7 @@ Specify phase shift. Allowed range is from -1.0 to 1.0.
Default value is 0.0.

@item level
Set output gain applied to final output. Allowed range is from -1.0 to 1.0.
Set output gain applied to final output. Allowed range is from 0.0 to 1.0.
Default value is 1.0.
@end table



Loading…
Cancel
Save