"docs/vscode:/vscode.git/clone" did not exist on "d38600fee193e8b9f97f3ec5ea02d3fd355cf6a0"
- 16 Jul, 2021 1 commit
-
-
nateanl authored
-
- 04 Jun, 2021 2 commits
- 03 Jun, 2021 1 commit
-
-
moto authored
* Use `bibtex` for paper citations. * add `override.css` for fixing back reference. * wav2vec2 * wav2letter * convtasnet * deepspeech * rnnt-loss * griffinlim * Fix broken references in `filtering`. * Fix note in soundfile backends. * Tweak wav2vec2 example. * Removes unused `pytorch_theme.css`
-
- 02 Jun, 2021 1 commit
-
-
Caroline Chen authored
-
- 01 Jun, 2021 1 commit
-
-
moto authored
-
- 27 May, 2021 2 commits
- 11 May, 2021 1 commit
-
-
discort authored
Co-authored-by:Vincent Quenneville-Belair <vincentqb@gmail.com>
-
- 30 Apr, 2021 1 commit
-
-
Caroline Chen authored
Replace the prototype RNNT implementation (using warp-transducer) with one without external library dependencies
-
- 21 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-
- 22 Mar, 2021 1 commit
-
-
Caroline Chen authored
This PR additionally adds batching to kaldi compliance resample interface.
-
- 12 Mar, 2021 1 commit
-
-
Rahul Amaram authored
-
- 05 Mar, 2021 1 commit
-
-
Isaac Seessel authored
-
- 02 Mar, 2021 1 commit
-
-
Jeff Yang authored
-
- 01 Mar, 2021 1 commit
-
-
moto authored
-
- 26 Feb, 2021 1 commit
-
-
Vincent QB authored
-
- 24 Feb, 2021 1 commit
-
-
Prabhat Roy authored
-
- 17 Feb, 2021 1 commit
-
-
Matti Picus authored
-
- 12 Feb, 2021 1 commit
-
-
moto authored
-
- 11 Feb, 2021 1 commit
-
-
Nicolas Hug authored
-
- 11 Jan, 2021 1 commit
-
-
Vincent QB authored
-
- 04 Dec, 2020 1 commit
-
-
Krishna Kalyan authored
* Add griffinlim and DB_to_amplitude * Fix Dataset docstring * Fix other formatting Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 06 Nov, 2020 1 commit
-
-
moto authored
-
- 05 Nov, 2020 1 commit
-
-
moto authored
-
- 27 Oct, 2020 2 commits
-
-
moto authored
-
moto authored
Refer to #903 for the overview of planned I/O changes. * Change the default backend from `"sox"(deprecated)` to `"sox_io"` * Change the default interface of `"soundfile"` backend to the one identical to `"sox_io"` backend. * Deprecate torchaudio.USE_SOUNDFILE_LEGACY_INTERFACE * Update documentations * Re-order backends (default first) * Update overhaul timeline (removed 0.7.0) * Simplify `"soundfile"` backend description
-
- 19 Oct, 2020 1 commit
-
-
Brian Johnson authored
Adds introductory context and links to the PyTorch Libraries to audio docs.
-
- 09 Oct, 2020 1 commit
-
-
moto authored
-
- 02 Oct, 2020 1 commit
-
-
moto authored
-
- 01 Oct, 2020 1 commit
-
-
moto authored
-
- 15 Sep, 2020 1 commit
-
-
Jaime Ferrando Huertas authored
-
- 20 Aug, 2020 1 commit
-
-
JianwuXu authored
* Tweak docstring, audio_ext, load method signature and constructor of VCTK_092 * Add test for VCTK_092 dataset.
-
- 19 Aug, 2020 1 commit
-
-
Abhishek Dubey authored
* Added version 0.92 of VCTK dataset Signed-off-by:Abhishek Dubey <abhi.dubey011999@gmail.com>
-
- 30 Jul, 2020 1 commit
-
-
Jeremy Chen authored
* `istft` has been migrated to `pytorch`, and `torchaudio.functional.istft` has been deprecated in 0.6.0 release. This PR removes it Co-authored-by:Jeremy Chen <jeremyyy@fb.com>
-
- 29 Jul, 2020 1 commit
-
-
jimchen90 authored
Co-authored-by:Ji Chen <jimchen90@devfair0160.h2.fair>
-
- 20 Jul, 2020 2 commits
-
-
moto authored
- Addresses #549 #638 #786 - Add `torchaudio` top level module doc - Separate `torchaudio` top level module doc from `index.html` - Add `backend` module doc. - Remove `-> None` from function signature as it adds noise to documentation - Changed function argument name of `torchaudio.backend.sox_io_backend.save` from `tensor` to `src`, so that it matches with the reset of backends. - Tweak bunch of docstrings
-
jimchen90 authored
* Add libritts Add LibriTTS dataset draft * Add libritts Use two separate ids for utterance_id. * Update output form Use full_id as utterance_id. * Update format Add space and test black format * Update test method * Add audio and text test Generate audio and test files on-the-fly in test * Update format * Fix test error and remove assets libritts The test error is fixed by sorting the file in 4th element instead of 2nd element in samples. Since the files are generated on-the-fly, so the the libritts files in assets are removed. * Add seed in `get_whitenoise` function * Change utterance to text Change `_utterance` to `_text`. Co-authored-by:Ji Chen <jimchen90@devfair0160.h2.fair>
-
- 16 Jul, 2020 1 commit
-
-
moto authored
* Add sox_utils module * Make init/shutdown thread safe * Add sox effects implementation * Add test for sox effects * Update docstrings and add examples
-
- 10 Jun, 2020 1 commit
-
-
jimchen90 authored
* Add cmu_arctic dataset * add dataset name * update audio test file with whitenoise.wav file * add test text file * update text method and file name * update comment * change datasets order in doc * add line length Co-authored-by:Ji Chen <jimchen90@devfair0160.h2.fair>
-