1. 11 Aug, 2023 1 commit
    • moto's avatar
      Expose AudioMetadata (#3556) · 9467fc44
      moto authored
      Summary:
      `torchaudio.info` returns `AudioMetaData`. It should be exposed as public API, without referring `backend` submodule.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3556
      
      Reviewed By: huangruizhe
      
      Differential Revision: D48267349
      
      Pulled By: mthrok
      
      fbshipit-source-id: 6ccc0c32bf62fbdcb71495fc7d8d4cc29891538a
      9467fc44
  2. 14 Mar, 2023 1 commit
  3. 20 Oct, 2022 1 commit
  4. 03 Oct, 2022 1 commit
  5. 04 Nov, 2021 1 commit
  6. 29 Oct, 2021 1 commit
  7. 05 Mar, 2021 1 commit
  8. 24 Feb, 2021 1 commit
  9. 11 Feb, 2021 1 commit
  10. 27 Oct, 2020 1 commit
    • 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
  11. 09 Oct, 2020 1 commit
  12. 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