- 26 Aug, 2021 4 commits
-
-
moto authored
* Default to BUILD_SOX=1 in non-Windows systems Since the adaptation of CMake and restricting to the static linking of libsox, the build process has become much robust with libsox integration enabled. This commit makes it default behavior to build libsox integration in non-Windows systems. The build process still checks BUILD_SOX env var so, setting `BUILD_SOX=0` disables it.
-
moto authored
-
nateanl authored
- Support three solutions for MVDR beamforming ("ref_channel", "stv_evd", "stv_power"). - Support single-channel and multi-channel time-frequency masks - Add unit tests -
nateanl authored
-
- 23 Aug, 2021 2 commits
-
-
yangarbiter authored
-
Arijit Roy authored
-
- 20 Aug, 2021 3 commits
-
-
Caroline Chen authored
-
hwangjeff authored
* Add basic filtfilt implementation * Add filtfilt to functional package; add tests Co-authored-by:V G <vladislav.goncharenko@phystech.edu>
-
bowangbj authored
`torchaudio` treats `soundfile` as an optional dependency, and it assumes either `soundfile` is properly installed or it is not installed at all. However, there is a third state where `soundfile` is installed but the backing library `libsndfile` is not installed, and in this case, `import torchaudio` fails. This commit resolves it by further checking if `soundfile` is importable. See also: https://github.com/pytorch/audio/issues/1687
-
- 19 Aug, 2021 2 commits
-
-
Caroline Chen authored
-
nateanl authored
-
- 18 Aug, 2021 3 commits
-
-
moto authored
When building torchaudio from source, `get_version.sh` from kaldi is executed everytime, which results in kaldi-bindings to be always rebuilt. This commit add "if" guard to the part so that they are not always executed.
-
yangarbiter authored
-
yangarbiter authored
-
- 17 Aug, 2021 2 commits
-
-
Caroline Chen authored
-
yangarbiter authored
-
- 14 Aug, 2021 1 commit
-
-
nateanl authored
-
- 12 Aug, 2021 3 commits
-
-
hwangjeff authored
* Reduce length of waveform in pitch_shift batch_consistency test Summary: To address the test failure in T96406395 Reviewed By: carolineechen Differential Revision: D30163741 fbshipit-source-id: f88d86b3da7b1ee52518934567b0b0a62700ee58 * Fix batch consistency test in transforms Summary: The stress test still fails. Add n_fft to address it. Reviewed By: mthrok Differential Revision: D30218279 fbshipit-source-id: 7858efd3e5ac0073193a7883fd314486efc73814 Co-authored-by:Zhaoheng Ni <zni@fb.com>
-
yangarbiter authored
-
Chin-Yun Yu authored
-
- 11 Aug, 2021 3 commits
-
-
Eli Uriegas authored
BUILD_VERSION gets set by upstream scripts and should be available whenever we're attempting to build audio in conda environments. This solves the issue where conda packages appeared to be building a development version instead of the actual version we were targeting Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
yangarbiter authored
-
nateanl authored
- Provide InverseSpectrogram module that corresponds to Spectrogram module - Add length parameter to the forward method in transforms Co-authored-by:
dgenzel <dgenzel@fb.com> Co-authored-by:
Zhaoheng Ni <zni@fb.com>
-
- 10 Aug, 2021 3 commits
-
-
yangarbiter authored
-
Chin-Yun Yu authored
-
yangarbiter authored
-
- 06 Aug, 2021 1 commit
-
-
S Harish authored
-
- 05 Aug, 2021 2 commits
-
-
yangarbiter authored
-
moto authored
ref: D29989551
-
- 04 Aug, 2021 4 commits
- 03 Aug, 2021 7 commits
-
-
Caroline Chen authored
-
yangarbiter authored
-
Caroline Chen authored
-
Caroline Chen authored
-
yangarbiter authored
-
Caroline Chen authored
-
moto authored
-