We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4b981 commit f82feb1Copy full SHA for f82feb1
sox/transform.py
@@ -345,7 +345,7 @@ def _validate_output_format(self, output_format):
345
raise ValueError('channels must be a positive number')
346
347
if not isinstance(bitrate, float) and bitrate is not None:
348
- raise ValueError('bitrate must be an float or None')
+ raise ValueError('bitrate must be a positive float or None')
349
350
if encoding not in ENCODING_VALS + [None]:
351
raise ValueError(
0 commit comments