1. 11 Oct, 2019 1 commit
  2. 25 Sep, 2019 2 commits
  3. 20 Sep, 2019 2 commits
  4. 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
  5. 18 Sep, 2019 2 commits
    • 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
    • engineerchuan's avatar
      Curl Settings for Build Script (#284) · 4e80df79
      engineerchuan authored
      * Add a retry to adjust for network failures when downloading from sourceforge
      * fix packaging by adding longer connection timeout
      4e80df79
  6. 17 Sep, 2019 1 commit
  7. 16 Sep, 2019 2 commits
  8. 11 Sep, 2019 1 commit
  9. 06 Sep, 2019 1 commit
  10. 03 Sep, 2019 1 commit
  11. 29 Aug, 2019 3 commits
  12. 26 Aug, 2019 1 commit
  13. 21 Aug, 2019 1 commit
  14. 20 Aug, 2019 1 commit
  15. 19 Aug, 2019 1 commit
  16. 16 Aug, 2019 2 commits
  17. 15 Aug, 2019 1 commit
  18. 13 Aug, 2019 3 commits
  19. 08 Aug, 2019 3 commits
  20. 07 Aug, 2019 2 commits
    • Edward Z. Yang's avatar
      Setup cuda_suffix (#218) · 636e1499
      Edward Z. Yang authored
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      636e1499
    • Edward Z. Yang's avatar
      Rewrite our packaging from scratch (#217) · cd185d1f
      Edward Z. Yang authored
      * New entry points are packaging/build_wheel.sh and packaging/build_conda.sh. The only mandatory environment variable you have to set is PYTHON_VERSION
      * CircleCI configuration uses 2.1-style parametrized builds to let you toggle python version, etc. as you do builds. We create a separate job per build configuration for maximum parallelism
      * build_tools/packaging got moved to packaging, to be in-line with directory structure in torchvision
      * The build_conda.sh and build_wheel.sh delegate most of the heavy lifting to pkg_helpers.bash, which defines a number of bash functions for performing common operations. The intent is that I'll copy-paste this file between other domain API projects.
      * TORCHAUDIO_ prefix removed from envvars, so that I can more easily share packaging scripts between projects
      * BUILD_VERSION is completely gone; just change the version number if you need to rebuild
      * No more logic for cloning and checking out a fresh copy of torchaudio
      cd185d1f
  21. 06 Aug, 2019 7 commits