1. 02 Dec, 2019 1 commit
  2. 21 Nov, 2019 1 commit
  3. 20 Nov, 2019 1 commit
  4. 18 Nov, 2019 2 commits
  5. 06 Nov, 2019 2 commits
  6. 01 Nov, 2019 1 commit
  7. 31 Oct, 2019 1 commit
  8. 30 Oct, 2019 2 commits
  9. 29 Oct, 2019 1 commit
  10. 23 Oct, 2019 1 commit
  11. 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
  12. 20 Sep, 2019 1 commit
  13. 19 Sep, 2019 2 commits
    • engineerchuan's avatar
      Fix lfilter for GPU machine (#291) · e3024341
      engineerchuan authored
      * Ensure that lfilter works with GPU
      * Add option to load on different device
      * Debugging tests of lfilter on GPU
      * allowing arbitrary types into lfilter
      e3024341
    • 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
  14. 18 Sep, 2019 1 commit
    • engineerchuan's avatar
      Make lfilter, and related filters, available (#275) · 8273c3f4
      engineerchuan authored
      * Add basic low pass filtering
      * Add highpass filtering
      * More tests of IIR vs FIR
      * Implement convolve function, add tests
      * Move lfilter and convolve into functional, more tests
      * added additional documentation for convolve and lfilter, renamed functional_filtering to functional_sox_convenience
      * Follow naming convention for sample rate in functional
      * fix failing vctk manifest test to account for adding more test audios into assets
      * Adding documentation for lfilter, biquad, highpass_biquad, lowpass_biquad
      * added matrix based implementation of lfilter
      * adding python lfilter implementation
      * factor out biquad, lowpass, highpass to sox compatibility
      8273c3f4
  15. 20 Aug, 2019 1 commit
  16. 16 Aug, 2019 1 commit
  17. 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
  18. 01 Aug, 2019 2 commits
  19. 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
  20. 26 Jul, 2019 1 commit
  21. 24 Jul, 2019 4 commits
  22. 22 Jul, 2019 1 commit
  23. 16 Jul, 2019 2 commits
  24. 10 Jul, 2019 2 commits
  25. 03 Jul, 2019 1 commit
  26. 02 Jul, 2019 1 commit
  27. 18 Jun, 2019 1 commit
  28. 06 Jun, 2019 1 commit
  29. 24 May, 2019 1 commit
  30. 22 May, 2019 1 commit