- 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
-
- 02 Apr, 2021 2 commits
-
-
moto authored
* Update spectrogram to use complex * Update autograd test * Update TS test * Update librosa test
-
moto authored
1. `F.phase_vocoder` accepts Tensor with complex dtype. * The implementation path has been updated from #758 so that they share the same code path by internally converting the input Tensor to complex dtype and performing all the operation on top of it. * Adopted `torch.polar` for simpler Tensor generation from magnitude and angle. 2. Updated tests * librosa compatibility test for complex dtype and pseudo complex dtype * Extracted the output shape check test and moved it to functional so that it will be tested on all the combination of `{CPU | CUDA} x {complex64 | complex128}` * TorchScript compatibility test for `F.phase_vocoder` and `T.TimeStretch`. * batch consistency test for `T.TimeStretch`.
-
- 22 Mar, 2021 1 commit
-
-
Caroline Chen authored
This PR additionally adds batching to kaldi compliance resample interface.
-
- 10 Mar, 2021 1 commit
-
-
Mohamed Irfan authored
-
- 09 Mar, 2021 1 commit
-
-
Jcaw authored
* Change the name of the specgram named `waveform` `F.sliding_window_cmn` takes a spectrogram as input (of shape `(..., freq, time)`). However, this spectrogram is named `waveform`. This appears to be an error, so rename this (and the output tensor) to reflect that both are spectrograms. * Correct tensor description in docstring The output tensor of `F.sliding_window_cmn` is also a spectrogram. Update the description to reflect this.
-
- 08 Mar, 2021 1 commit
-
-
Krishna Kalyan authored
-
- 03 Mar, 2021 1 commit
-
-
Caroline Chen authored
-
- 02 Mar, 2021 2 commits
-
-
Vincent QB authored
-
Caroline Chen authored
-
- 26 Feb, 2021 1 commit
-
-
Vincent QB authored
-
- 15 Feb, 2021 1 commit
-
-
Aziz authored
-
- 12 Feb, 2021 1 commit
-
-
moto authored
-
- 09 Feb, 2021 1 commit
-
-
moto authored
-
- 04 Feb, 2021 1 commit
-
-
Jcaw authored
modified amplitude_to_DB to clamp per-item when a batch is provided Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
- 26 Jan, 2021 1 commit
-
-
Fabian-Robert Stöter authored
-
- 25 Jan, 2021 1 commit
-
-
Nicolas Hug authored
-
- 06 Jan, 2021 1 commit
-
-
moto authored
-
- 17 Dec, 2020 1 commit
-
-
moto authored
* Resolves https://github.com/pytorch/audio/issues/1095
-
- 14 Dec, 2020 1 commit
-
-
ILJI CHOI 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>
-
- 20 Nov, 2020 1 commit
-
-
Jcaw authored
-
- 18 Nov, 2020 1 commit
-
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 06 Nov, 2020 2 commits
- 05 Nov, 2020 1 commit
-
-
moto authored
-
- 29 Sep, 2020 1 commit
-
-
cpuhrsch authored
* Suggested changes to speed up phaser * Checkpoint * Checkpoint * Checkpoint * Checkpoint * removing todo items Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
- 21 Sep, 2020 1 commit
-
-
toddstep authored
* Warn if create_fb_matrix produces a column whose weights are all zeros See also https://github.com/librosa/librosa/issues/478
-