1. 03 Apr, 2020 1 commit
  2. 30 Mar, 2020 1 commit
  3. 19 Dec, 2019 1 commit
    • Vincent QB's avatar
      Backend switch (#355) · 774ebc78
      Vincent QB authored
      * move sox inside function calls.
      
      * add backend switch mechanism.
      
      * import sox at runtime, not import.
      
      * add backend list.
      
      * backend tests.
      
      * creating hidden modules for backend.
      
      * naming backend same as file: soundfile.
      
      * remove docstring in backend file.
      
      * test soundfile info.
      
      * soundfile doesn't support int64.
      
      * adding test for wav file.
      
      * error with incorrect parameter instead of silent ignore.
      
      * adding test across backend. using float32 as done in sox.
      
      * backend guard decorator.
      774ebc78
  4. 21 Nov, 2019 1 commit
  5. 17 Sep, 2019 1 commit
  6. 11 Sep, 2019 1 commit
  7. 02 Aug, 2019 1 commit
    • Edward Z. Yang's avatar
      Make torchaudio work on Python 2. (#209) · a424509d
      Edward Z. Yang authored
      
      
      - Apply __future__ imports uniformly (future division is the biggy, but absolute
        imports mattered too)
      - Hotfix use of tempfile.TemporaryDirectory using a BC library (DO NOT
        add this library as a dependency to torchaudio; it's only for testing)
      - Replace math.gcd with fractions.gcd
      - Fix a weird pytest collection bug involving parametrized tests
      - Turn on Python 2 and Python 3.7 in Travis.
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      a424509d
  8. 01 Aug, 2019 1 commit
  9. 29 Jul, 2019 1 commit
  10. 26 Jul, 2019 1 commit
  11. 18 Jun, 2019 1 commit
  12. 06 Jun, 2019 1 commit
  13. 06 Mar, 2019 1 commit
  14. 03 Feb, 2019 1 commit
  15. 04 Jan, 2019 1 commit
  16. 25 Dec, 2018 3 commits
  17. 20 Aug, 2018 1 commit
  18. 09 May, 2018 1 commit
  19. 08 May, 2018 2 commits
  20. 26 Apr, 2018 2 commits
  21. 06 Mar, 2018 1 commit
  22. 18 Dec, 2017 2 commits
  23. 10 Oct, 2017 1 commit
  24. 19 Aug, 2017 1 commit
  25. 12 Aug, 2017 1 commit
    • David Pollack's avatar
      basic transforms · 3433b9b6
      David Pollack authored
      vctk dataset
      
      add label processing
      
      added tests
      
      chunk dataset
      
      simple caching scheme
      
      caching fixed
      
      vctk downsample
      
      yesno dataset
      3433b9b6
  26. 21 Jun, 2017 1 commit
  27. 12 Jun, 2017 1 commit
  28. 27 May, 2017 2 commits
  29. 05 May, 2017 1 commit