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
2d82a1ea
Unverified
Commit
2d82a1ea
authored
Jul 30, 2019
by
jamarshon
Committed by
GitHub
Jul 30, 2019
Browse files
README updates (quick cleanup) #184
parent
ae3070cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
2d82a1ea
...
@@ -4,16 +4,16 @@ torchaudio: an audio library for PyTorch
...
@@ -4,16 +4,16 @@ torchaudio: an audio library for PyTorch
[

](https://travis-ci.org/pytorch/audio)
[

](https://travis-ci.org/pytorch/audio)
The aim of torchaudio is to apply
[
PyTorch
](
https://github.com/pytorch/pytorch
)
to
The aim of torchaudio is to apply
[
PyTorch
](
https://github.com/pytorch/pytorch
)
to
the audio domain. By supporting PyTorch, torchaudio
will
follow the same philosophy
the audio domain. By supporting PyTorch, torchaudio follow
s
the same philosophy
of providing strong GPU acceleration, having a focus on trainable features through
of providing strong GPU acceleration, having a focus on trainable features through
the autograd system, and having consistent style (tensor names and dimension names).
the autograd system, and having consistent style (tensor names and dimension names).
Therefore, it
will be
primarily a machine learning library and not a general signal
Therefore, it
is
primarily a machine learning library and not a general signal
processing library. The benefits of Pytorch
will
be seen in torchaudio through
processing library. The benefits of Pytorch
is
be seen in torchaudio through
having all the computations be through Pytorch operations which makes it easy
having all the computations be through Pytorch operations which makes it easy
to use and feel like a natural extension.
to use and feel like a natural extension.
-
[
Support audio I/O (Load files, Save files)
](
http://pytorch.org/audio/
)
-
[
Support audio I/O (Load files, Save files)
](
http://pytorch.org/audio/
)
-
Load the following formats into a torch Tensor
-
Load the following formats into a torch Tensor
using sox
-
mp3, wav, aac, ogg, flac, avr, cdda, cvs/vms,
-
mp3, wav, aac, ogg, flac, avr, cdda, cvs/vms,
-
aiff, au, amr, mp2, mp4, ac3, avi, wmv,
-
aiff, au, amr, mp2, mp4, ac3, avi, wmv,
-
mpeg, ircam and any other format supported by libsox.
-
mpeg, ircam and any other format supported by libsox.
...
@@ -73,8 +73,8 @@ Conventions
...
@@ -73,8 +73,8 @@ Conventions
-----------
-----------
With torchaudio being a machine learning library and built on top of PyTorch,
With torchaudio being a machine learning library and built on top of PyTorch,
torchaudio is standardized around the following naming conventions.
In particular,
torchaudio is standardized around the following naming conventions.
Tensors are
tensors are
assumed to have channel as the first dimension and time as the last
assumed to have channel as the first dimension and time as the last
dimension (when applicable). This makes it consistent with PyTorch's dimensions.
dimension (when applicable). This makes it consistent with PyTorch's dimensions.
For size names, the prefix
`n_`
is used (e.g. "a tensor of size (
`n_freq`
,
`n_mel`
)")
For size names, the prefix
`n_`
is used (e.g. "a tensor of size (
`n_freq`
,
`n_mel`
)")
whereas dimension names do not have this prefix (e.g. "a tensor of
whereas dimension names do not have this prefix (e.g. "a tensor of
...
...
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