- 27 Oct, 2021 1 commit
-
-
S Harish authored
-
- 26 Oct, 2021 1 commit
-
-
S Harish authored
-
- 18 Oct, 2021 1 commit
-
-
Caroline Chen authored
-
- 16 Oct, 2021 1 commit
-
-
moto authored
-
- 13 Oct, 2021 1 commit
-
-
Caroline Chen authored
-
- 12 Oct, 2021 2 commits
-
-
Caroline Chen authored
-
nateanl authored
-
- 07 Oct, 2021 2 commits
-
-
Caroline Chen authored
-
Caroline Chen authored
-
- 02 Sep, 2021 1 commit
-
-
Caroline Chen authored
-
- 19 Aug, 2021 1 commit
-
-
Caroline Chen authored
-
- 11 Aug, 2021 1 commit
-
-
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>
-
- 02 Aug, 2021 1 commit
-
-
Joel Frank authored
- Renamed torchaudio.functional.create_fb_matrix to torchaudio.functional.melscale_fbanks. - Added interface with a warning for create_fb_matrix
-
- 29 Jul, 2021 1 commit
-
-
Joel Frank authored
Summary: - Add linear_fbank method - Add LFCC in transforms
-
- 27 Jul, 2021 1 commit
-
-
Zack Kneupper authored
-
- 16 Jul, 2021 1 commit
-
-
nateanl authored
-
- 25 Jun, 2021 1 commit
-
-
yangarbiter authored
-
- 14 Jun, 2021 1 commit
-
-
Vincent QB authored
-
- 04 Jun, 2021 2 commits
-
-
moto authored
* [BC-Breaking] Default to native complex type when returning raw spectrogram Part of https://github.com/pytorch/audio/issues/1337 . - This code changes the return type of spectrogram to be native complex dtype, when (and only when) returning raw (complex-valued) spectrogram. - Change `return_complex=False` to `return_complex=True` in spectrogram ops. - `return_complex` is only effective when `power` is `None`. It is ignored for cases where `power` is not `None`. Because the returned Tensor is power spectrogram, which is real-valued Tensors.
-
moto authored
-
- 03 Jun, 2021 2 commits
-
-
moto authored
-
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
-
-
Caroline Chen authored
-
- 31 May, 2021 1 commit
-
-
moto authored
-
- 20 May, 2021 2 commits
-
-
Caroline Chen authored
-
Caroline Chen authored
-
- 19 May, 2021 2 commits
-
-
Caroline Chen authored
Precomputing and caching the resampling kernel in transforms provides speed improvements for resample, but no longer handles the automatic device and dtype recognition and construction based on input waveform. This is BC-breaking if users do not manually move the transforms object to the correct device and dtype, in which case calls to resample will fail if the input waveform is on gpu, or not of float32 dtype. Precomputing the kernel additionally results in very minor precision differences from previous implementation.
-
Caroline Chen authored
-
- 14 May, 2021 1 commit
-
-
Caroline Chen authored
-
- 11 May, 2021 1 commit
-
-
Caroline Chen authored
-
- 10 May, 2021 1 commit
-
-
Caroline Chen authored
-
- 06 May, 2021 1 commit
-
-
moto authored
-
- 03 May, 2021 1 commit
-
-
Caroline Chen authored
It was reported in #1478 that spectrogram masking operations were done in-place and modified the original input tensors. This PR fixes this behavior and adds tests to ensure that the input tensor is not changed.
-
- 23 Apr, 2021 1 commit
-
-
Matthew Turnshek authored
-
- 13 Apr, 2021 1 commit
-
-
moto authored
-
- 09 Apr, 2021 1 commit
-
-
moto authored
-
- 06 Apr, 2021 2 commits
-
-
Chin-Yun Yu authored
This reverts commit 8d2eeb11.
-
Chin-Yun Yu authored
-
- 05 Apr, 2021 1 commit
-
-
Chin-Yun Yu authored
-