1. 14 Feb, 2020 1 commit
  2. 22 Jan, 2020 1 commit
  3. 13 Jan, 2020 2 commits
  4. 26 Dec, 2019 2 commits
  5. 18 Dec, 2019 1 commit
  6. 21 Nov, 2019 1 commit
  7. 20 Nov, 2019 1 commit
  8. 18 Nov, 2019 2 commits
  9. 19 Sep, 2019 1 commit
    • Vincent QB's avatar
      Compute deltas (#268) · 401e7aee
      Vincent QB authored
      * compute deltas.
      * multichannel, and random test.
      * documentation.
      * feedback. changing name of window to win_length.
      * passing padding mode.
      401e7aee
  10. 20 Aug, 2019 1 commit
  11. 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
  12. 30 Jul, 2019 1 commit
    • Edward Z. Yang's avatar
      Make test scripts runnable without being modules. (#186) · 07b9b9ba
      Edward Z. Yang authored
      
      
      This makes it easier to test against an installed wheel, as the
      torchaudio folder is no longer preferentially picked up when
      you run a test module.
      
      I had to move all tests in subfolders into the top level test
      directory to make this work, since you can't access .. modules
      without mucking around with sys.path (which I don't want to do.)
      
      NB: this BREAKS the syntax where you can run a test by
      saying `python -m test.test`.  Instead, do `python test/test.py`
      or use the pytest runner.
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      07b9b9ba
  13. 26 Jul, 2019 1 commit
  14. 24 Jul, 2019 3 commits
  15. 16 Jul, 2019 1 commit
  16. 10 Jul, 2019 1 commit
  17. 06 Jun, 2019 1 commit
  18. 24 May, 2019 1 commit
  19. 22 May, 2019 1 commit
  20. 20 May, 2019 1 commit
  21. 21 Feb, 2019 1 commit
    • PCerles's avatar
      Librosa consistency (#83) · 54d1cede
      PCerles authored
      * saving commit
      
      * more fixes
      
      * Update test.py
      
      * flake8 style, tests moved
      
      * typo
      
      * DCT now a method of MFCC class. Changed DCT impelementation to @dhpollack suggestion"
      
      * changes to address pr comments
      
      * ordering
      
      * fix dct docstring
      
      * fix dct docstring
      
      * DCT matrix needs to go on same device
      
      * DCT matrix needs to go on same device
      
      * log mfcc option
      54d1cede
  22. 11 Feb, 2019 1 commit
  23. 07 Feb, 2019 1 commit
    • Jeremy Howard's avatar
      Rename classes in line with PyTorch standards. Remove redundent slow... · 7e15d2f9
      Jeremy Howard authored
      Rename classes in line with PyTorch standards. Remove redundent slow librosa-based `MEL`. Add missing docstring params. (#78)
      
      * Bug fix: Use correct device for MEL2 functions so MEL2 works on CUDA tensors
      
      * Rename classes in line with PyTorch standards. Remove redundent
      slow librosa-based `MEL`. Add missing docstring params.
      
      * fix param names
      7e15d2f9
  24. 05 Jan, 2019 1 commit
  25. 04 Jan, 2019 2 commits
  26. 25 Dec, 2018 1 commit
  27. 19 Aug, 2018 1 commit
  28. 26 Apr, 2018 1 commit
  29. 23 Jan, 2018 2 commits
  30. 15 Jan, 2018 1 commit
  31. 18 Dec, 2017 1 commit
  32. 23 Oct, 2017 1 commit
  33. 15 Sep, 2017 1 commit