1. 14 May, 2024 1 commit
  2. 13 Oct, 2023 1 commit
  3. 12 Oct, 2023 1 commit
  4. 09 Oct, 2023 1 commit
  5. 28 Jul, 2023 1 commit
  6. 30 May, 2023 1 commit
    • Moto Hira's avatar
      Simplify sox namespace (#3383) · a81b0ed2
      Moto Hira authored
      Summary:
      Pull Request resolved: https://github.com/pytorch/audio/pull/3383
      
      This commit reduces `torchaudio::sox_*` namespace into `torchaudio::sox`.
      Also put Pybind11 registration and TorchBind registration into anonymous namescope.
      
      Differential Revision: D46257367
      
      fbshipit-source-id: 0f0f181eaa72036916e223263daf4b7c298fca0d
      a81b0ed2
  7. 13 Sep, 2022 1 commit
  8. 29 Jul, 2022 1 commit
  9. 31 May, 2022 1 commit
  10. 29 May, 2022 1 commit
  11. 15 Sep, 2021 1 commit
  12. 07 Sep, 2021 1 commit
    • moto's avatar
      Extract PyBind11 feature implementations (#1739) · 2a67fcc1
      moto authored
      This PR moves the code related to PyBind11 to the dedicated directory `torchaudio/csrc/pybind`.
      
      Before, features related to PyBind11 (I/O for file-like object) was implemented in `torchaudio/csrc/sox` and the binding was defined in `torchaudio/csrc/pybind.cpp`. We used macro definition `TORCH_API_INCLUDE_EXTENSION_H` to turn on/off the feature, in addition to including/excluding `torchaudio/csrc/pybind.cpp` in the list of compiled source.
      
      In the previous manner, in C++ example, one had to rebuild libtorchaudio separately, but by splitting them completely at compile time, it should conceptually possible to distribute libtorchaudio within torchaudio Python package and reuse it for C++ example.
      2a67fcc1
  13. 24 May, 2021 1 commit
  14. 24 Feb, 2021 1 commit
  15. 23 Feb, 2021 1 commit
  16. 19 Feb, 2021 1 commit
  17. 03 Feb, 2021 1 commit
    • moto's avatar
      Refactor `get_encodinginfo` logic (#1233) · 135e966d
      moto authored
      * Distinguish get_encodinginfo for Tensor I/O and save output
      
      * Isolate get_tensor_encodinginfo so as not to use the same helper function
      135e966d
  18. 02 Feb, 2021 1 commit
  19. 29 Jan, 2021 1 commit
  20. 27 Jan, 2021 1 commit
  21. 26 Jan, 2021 1 commit
  22. 15 Jan, 2021 1 commit
  23. 07 Jan, 2021 1 commit
  24. 06 Jan, 2021 1 commit
  25. 22 Dec, 2020 1 commit
  26. 01 Dec, 2020 1 commit
  27. 16 Jul, 2020 1 commit
    • moto's avatar
      Add Torchscript sox effects (#760) · 60a8e23d
      moto authored
      * Add sox_utils module
      
      * Make init/shutdown thread safe
      
      * Add sox effects implementation
      
      * Add test for sox effects
      
      * Update docstrings and add examples
      60a8e23d
  28. 25 Jun, 2020 1 commit