- 11 Oct, 2019 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 25 Sep, 2019 2 commits
-
-
engineerchuan authored
* Fixed create_fb_matrix filter bank behavior for fmin/fmax * add better test for f_min close to f_max * added one more test for f_min > f_max * adding one more test
-
engineerchuan authored
* Updated URL for downloading flac, changed http to https download * Removed comments that are documented in the code
-
- 20 Sep, 2019 2 commits
-
-
engineerchuan authored
* Add explicit signature for Sphinx autodoc when function wrapped by @torch.jit.script
-
Kiran Sanjeevan authored
* TimeStretch and Masking * Doc stuff and naming
-
- 19 Sep, 2019 2 commits
-
-
engineerchuan authored
* Ensure that lfilter works with GPU * Add option to load on different device * Debugging tests of lfilter on GPU * allowing arbitrary types into lfilter
-
Vincent QB authored
* compute deltas. * multichannel, and random test. * documentation. * feedback. changing name of window to win_length. * passing padding mode.
-
- 18 Sep, 2019 2 commits
-
-
engineerchuan authored
* Add basic low pass filtering * Add highpass filtering * More tests of IIR vs FIR * Implement convolve function, add tests * Move lfilter and convolve into functional, more tests * added additional documentation for convolve and lfilter, renamed functional_filtering to functional_sox_convenience * Follow naming convention for sample rate in functional * fix failing vctk manifest test to account for adding more test audios into assets * Adding documentation for lfilter, biquad, highpass_biquad, lowpass_biquad * added matrix based implementation of lfilter * adding python lfilter implementation * factor out biquad, lowpass, highpass to sox compatibility
-
engineerchuan authored
* Add a retry to adjust for network failures when downloading from sourceforge * fix packaging by adding longer connection timeout
-
- 17 Sep, 2019 1 commit
-
-
engineerchuan authored
-
- 16 Sep, 2019 2 commits
-
-
engineerchuan authored
Add a retry and change timeout to adjust for network failures when downloading from sourceforge (#280) * Add a retry to adjust for network failures when downloading from sourceforge * try to fix packaging by adding longer connection timeout
-
Antoine Liutkus authored
* fixed resample to work with cuda tensors * adding comment
-
- 11 Sep, 2019 1 commit
-
-
Vincent QB authored
-
- 06 Sep, 2019 1 commit
-
-
Vincent QB authored
-
- 03 Sep, 2019 1 commit
-
-
Vincent QB authored
This reverts commit 860edcdb.
-
- 29 Aug, 2019 3 commits
-
-
Fabrizio Milo authored
* fix deprecated torch type. * don't link alsa on linux.
-
Fabrizio Milo authored
-
Will Feng authored
-
- 26 Aug, 2019 1 commit
-
-
Vincent QB authored
Adding disclaimer about dataset. https://github.com/pytorch/pytorch/issues/24865
-
- 21 Aug, 2019 1 commit
-
-
jamarshon authored
-
- 20 Aug, 2019 1 commit
-
-
jamarshon authored
-
- 19 Aug, 2019 1 commit
-
-
cpuhrsch authored
Interactive speech recognition demo based on PySpeech's new model, Jason Lian's PR, and Vincent QB's VAD PR.
-
- 16 Aug, 2019 2 commits
- 15 Aug, 2019 1 commit
-
- 13 Aug, 2019 3 commits
- 08 Aug, 2019 3 commits
-
-
Edward Z. Yang authored
* Refactor version suffix so conda packages don't get suffixes. Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * typofix Signed-off-by:
Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
Also bugfixes and updates to the packaging scripts.
-
- 07 Aug, 2019 2 commits
-
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
* New entry points are packaging/build_wheel.sh and packaging/build_conda.sh. The only mandatory environment variable you have to set is PYTHON_VERSION * CircleCI configuration uses 2.1-style parametrized builds to let you toggle python version, etc. as you do builds. We create a separate job per build configuration for maximum parallelism * build_tools/packaging got moved to packaging, to be in-line with directory structure in torchvision * The build_conda.sh and build_wheel.sh delegate most of the heavy lifting to pkg_helpers.bash, which defines a number of bash functions for performing common operations. The intent is that I'll copy-paste this file between other domain API projects. * TORCHAUDIO_ prefix removed from envvars, so that I can more easily share packaging scripts between projects * BUILD_VERSION is completely gone; just change the version number if you need to rebuild * No more logic for cloning and checking out a fresh copy of torchaudio
-
- 06 Aug, 2019 7 commits
-
-
Edward Z. Yang authored
This reverts commit c2fc079f.
-
Edward Z. Yang authored
This reverts commit 3db30836.
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-