Commit 11486f78 authored by Fabian-Robert Stöter's avatar Fabian-Robert Stöter Committed by Soumith Chintala
Browse files

clarify sox length (#86)

parent 54d1cede
...@@ -200,7 +200,7 @@ def sox_signalinfo_t(): ...@@ -200,7 +200,7 @@ def sox_signalinfo_t():
- rate (float), sample rate as a float, practically will likely be an integer float - rate (float), sample rate as a float, practically will likely be an integer float
- channel (int), number of audio channels - channel (int), number of audio channels
- precision (int), bit precision - precision (int), bit precision
- length (int), length of audio, 0 for unspecified and -1 for unknown - length (int), length of audio in samples * channels, 0 for unspecified and -1 for unknown
- mult (float, optional), headroom multiplier for effects and None for no multiplier - mult (float, optional), headroom multiplier for effects and None for no multiplier
Example:: Example::
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment