Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
11486f78
Commit
11486f78
authored
Mar 06, 2019
by
Fabian-Robert Stöter
Committed by
Soumith Chintala
Mar 06, 2019
Browse files
clarify sox length (#86)
parent
54d1cede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchaudio/__init__.py
torchaudio/__init__.py
+1
-1
No files found.
torchaudio/__init__.py
View file @
11486f78
...
@@ -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::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment