1. 23 Apr, 2021 1 commit
  2. 13 Apr, 2021 1 commit
  3. 09 Apr, 2021 1 commit
  4. 06 Apr, 2021 2 commits
  5. 05 Apr, 2021 1 commit
  6. 02 Apr, 2021 2 commits
    • moto's avatar
      Add `return_complex` to F.spectrogram and T.Spectrogram (#1366) · 6a677ac8
      moto authored
      * Update spectrogram to use complex
      * Update autograd test
      * Update TS test
      * Update librosa test
      6a677ac8
    • moto's avatar
      Make `F.phase_vocoder` and `T.TimeStretch` handle complex dtype (#1410) · 0433b7aa
      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`.
      0433b7aa
  7. 22 Mar, 2021 1 commit
  8. 10 Mar, 2021 1 commit
  9. 09 Mar, 2021 1 commit
    • Jcaw's avatar
      [BC-Breaking] Rename `sliding_window_cmn` arg for correctness (#1347) · ea857940
      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.
      ea857940
  10. 08 Mar, 2021 1 commit
  11. 03 Mar, 2021 1 commit
  12. 02 Mar, 2021 2 commits
  13. 26 Feb, 2021 1 commit
  14. 15 Feb, 2021 1 commit
  15. 12 Feb, 2021 1 commit
  16. 09 Feb, 2021 1 commit
  17. 04 Feb, 2021 1 commit
  18. 26 Jan, 2021 1 commit
  19. 25 Jan, 2021 1 commit
  20. 06 Jan, 2021 1 commit
  21. 17 Dec, 2020 1 commit
  22. 14 Dec, 2020 1 commit
  23. 04 Dec, 2020 1 commit
  24. 20 Nov, 2020 1 commit
  25. 18 Nov, 2020 1 commit
  26. 06 Nov, 2020 2 commits
  27. 05 Nov, 2020 1 commit
  28. 29 Sep, 2020 1 commit
  29. 21 Sep, 2020 1 commit
  30. 07 Aug, 2020 1 commit
  31. 03 Aug, 2020 1 commit
  32. 30 Jul, 2020 1 commit
  33. 20 Jul, 2020 1 commit
    • moto's avatar
      Update documentation and fix docstrings (#788) · 2381dd89
      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
      2381dd89
  34. 26 Jun, 2020 1 commit
  35. 18 Jun, 2020 1 commit
  36. 11 Jun, 2020 1 commit