1. 13 Jan, 2020 2 commits
  2. 27 Dec, 2019 1 commit
    • Karl Ostmo's avatar
      Fix several errors in tests run by Travis (#380) · 9801caf6
      Karl Ostmo authored
      * Declare file encoding to support special characters
      
      * fix missing utf_8_encoder error in Travis tests
      
      * Py 2.7 backwards-compat iterator
      
      * ensure integer argument to torch.nn.functional.pad
      
      * cast match.ceil result as integer
      9801caf6
  3. 26 Dec, 2019 1 commit
  4. 23 Dec, 2019 1 commit
  5. 22 Nov, 2019 1 commit
  6. 21 Nov, 2019 2 commits
  7. 20 Nov, 2019 1 commit
  8. 21 Oct, 2019 1 commit
  9. 25 Sep, 2019 1 commit
    • engineerchuan's avatar
      Fix mel filter bank (#294) · 02ce049c
      engineerchuan authored
      * Fixed create_fb_matrix filter bank behavior for fmin/fmax
      * add better test for f_min close to f_max
      * added one more test for f_min > f_max
      * adding one more test
      02ce049c
  10. 20 Sep, 2019 1 commit
  11. 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
  12. 20 Aug, 2019 1 commit
  13. 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
  14. 29 Jul, 2019 1 commit
  15. 26 Jul, 2019 1 commit
  16. 25 Jul, 2019 2 commits
  17. 24 Jul, 2019 3 commits
  18. 16 Jul, 2019 1 commit
  19. 06 Jun, 2019 1 commit
  20. 20 May, 2019 2 commits
  21. 16 May, 2019 6 commits
  22. 06 Mar, 2019 1 commit
  23. 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
  24. 11 Feb, 2019 1 commit
  25. 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
  26. 05 Feb, 2019 1 commit
  27. 04 Feb, 2019 1 commit
  28. 03 Feb, 2019 1 commit
  29. 05 Jan, 2019 1 commit