1. 20 Jul, 2021 2 commits
  2. 16 Jul, 2021 1 commit
  3. 04 Jun, 2021 2 commits
  4. 03 Jun, 2021 1 commit
    • moto's avatar
      Update docs (#1550) · 0166a851
      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`
      0166a851
  5. 02 Jun, 2021 1 commit
  6. 01 Jun, 2021 1 commit
  7. 27 May, 2021 2 commits
  8. 11 May, 2021 1 commit
  9. 30 Apr, 2021 1 commit
  10. 21 Apr, 2021 1 commit
  11. 22 Mar, 2021 1 commit
  12. 12 Mar, 2021 1 commit
  13. 05 Mar, 2021 1 commit
  14. 02 Mar, 2021 1 commit
  15. 01 Mar, 2021 1 commit
  16. 26 Feb, 2021 1 commit
  17. 24 Feb, 2021 1 commit
  18. 17 Feb, 2021 1 commit
  19. 12 Feb, 2021 1 commit
  20. 11 Feb, 2021 1 commit
  21. 11 Jan, 2021 1 commit
  22. 04 Dec, 2020 1 commit
  23. 06 Nov, 2020 1 commit
  24. 05 Nov, 2020 1 commit
  25. 27 Oct, 2020 2 commits
    • moto's avatar
      Remove legacy sox effects (#977) · 0076ab07
      moto authored
      0076ab07
    • moto's avatar
      Switch the default backend to the ones with new interfaces (#978) · fa2e4fd4
      moto authored
      Refer to #903 for the overview of planned I/O changes.
      
      * Change the default backend from `"sox"(deprecated)` to `"sox_io"`
      * Change the default interface of `"soundfile"` backend to the one identical to `"sox_io"` backend.
      * Deprecate torchaudio.USE_SOUNDFILE_LEGACY_INTERFACE
      * Update documentations
          * Re-order backends (default first)
          * Update overhaul timeline (removed 0.7.0)
          * Simplify `"soundfile"` backend description
      fa2e4fd4
  26. 26 Oct, 2020 1 commit
  27. 19 Oct, 2020 1 commit
  28. 09 Oct, 2020 1 commit
  29. 02 Oct, 2020 1 commit
  30. 01 Oct, 2020 1 commit
  31. 15 Sep, 2020 1 commit
  32. 20 Aug, 2020 1 commit
  33. 19 Aug, 2020 1 commit
  34. 30 Jul, 2020 1 commit
  35. 29 Jul, 2020 1 commit
  36. 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