1. 29 May, 2022 1 commit
  2. 15 Sep, 2021 1 commit
  3. 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
  4. 23 Feb, 2021 1 commit
  5. 19 Feb, 2021 1 commit
  6. 02 Feb, 2021 1 commit
  7. 07 Jan, 2021 1 commit
  8. 06 Jan, 2021 1 commit
  9. 22 Dec, 2020 1 commit
  10. 01 Dec, 2020 1 commit
  11. 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
  12. 08 Jul, 2020 1 commit
  13. 25 Jun, 2020 1 commit