- 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
-
- 07 Aug, 2020 1 commit
-
-
moto authored
-
- 03 Aug, 2020 1 commit
-
-
gmagogsfm authored
-
- 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>
-
- 20 Jul, 2020 1 commit
-
-
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
-
- 26 Jun, 2020 1 commit
-
-
lbjcom authored
* Update functional.py rollback torch.norm() in spectrogram() to v0.4.0. * Update functional.py comment out `spec_f = complex_norm(spec_f, power=power)`. * fixed complex_norm() instead of spectrogram() for torch.norm() issue. * lint Co-authored-by:
bongjin.lee <bongjin.lee@navercorp.com> Co-authored-by:
Vincent QB <vincentqb@users.noreply.github.com>
-
- 18 Jun, 2020 1 commit
-
-
Peter Massey-Plantinga authored
-
- 11 Jun, 2020 1 commit
-
-
moto authored
-