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
hehl2
Torchaudio
Commits
7b85f1c3
"examples/vscode:/vscode.git/clone" did not exist on "f840564da943f3f95bf80e93fd49be6f93d98348"
Unverified
Commit
7b85f1c3
authored
Mar 05, 2021
by
Caroline Chen
Committed by
GitHub
Mar 05, 2021
Browse files
remove instructions for building sox from source (#1365)
parent
436470c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
CONTRIBUTING.md
CONTRIBUTING.md
+1
-3
README.md
README.md
+0
-1
No files found.
CONTRIBUTING.md
View file @
7b85f1c3
...
@@ -56,9 +56,7 @@ BUILD_SOX=1 python setup.py develop
...
@@ -56,9 +56,7 @@ BUILD_SOX=1 python setup.py develop
# DEBUG=1 python setup.py develop
# DEBUG=1 python setup.py develop
```
```
Note: you don't need to use
`BUILD_SOX=1`
if you have
`libsox-dev`
installed
If you built sox, set the
`PATH`
variable so that the tests properly use the newly built
`sox`
binary:
already. If you built sox however, set the
`PATH`
variable so that the tests
properly use the newly built
`sox`
binary:
```
bash
```
bash
export
PATH
=
"<path_to_torchaudio>/third_party/install/bin:
${
PATH
}
"
export
PATH
=
"<path_to_torchaudio>/third_party/install/bin:
${
PATH
}
"
...
...
README.md
View file @
7b85f1c3
...
@@ -29,7 +29,6 @@ to use and feel like a natural extension.
...
@@ -29,7 +29,6 @@ to use and feel like a natural extension.
Dependencies
Dependencies
------------
------------
*
PyTorch (See below for the compatible versions)
*
PyTorch (See below for the compatible versions)
*
libsox v14.3.2 or above (only required when building from source)
*
[optional] vesis84/kaldi-io-for-python commit cb46cb1f44318a5d04d4941cf39084c5b021241e or above
*
[optional] vesis84/kaldi-io-for-python commit cb46cb1f44318a5d04d4941cf39084c5b021241e or above
The following are the corresponding
``torchaudio``
versions and supported Python versions.
The following are the corresponding
``torchaudio``
versions and supported Python versions.
...
...
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