1. 25 Nov, 2019 1 commit
    • Mingbo Wan's avatar
      Smoke test (#346) · 89a108c7
      Mingbo Wan authored
      * adding smoke test
      
      * adding smoke test
      
      * fix config.yml
      
      * trigger smoke test
      
      * test aws erc credential
      
      * test aws erc credential
      
      * test aws erc credential
      
      * test aws erc credential
      
      * adding ecr cred
      
      * test aws erc credential
      
      * test aws erc credential
      
      * test aws erc credential - different way
      
      * test aws erc credential - different way #2
      
      * test aws erc credential - different way #3
      
      * test aws erc credential - different way #4
      
      * test aws #1
      
      * test aws erc credential, after enabling circleci setting
      
      * fixing conda init
      
      * add verbose output for smoke test
      
      * add docker image build workflow
      
      * add docker image build workflow
      
      * fix aws ecr login
      
      * use images build from circelci
      
      * ready for review
      
      * updated Readme with instructions on nightly install, also updated docker image which can make nightlies installed via pip pass
      
      * nit
      
      * reduce size
      89a108c7
  2. 22 Nov, 2019 1 commit
  3. 21 Nov, 2019 4 commits
  4. 20 Nov, 2019 1 commit
  5. 19 Nov, 2019 1 commit
  6. 18 Nov, 2019 4 commits
  7. 15 Nov, 2019 1 commit
  8. 14 Nov, 2019 1 commit
    • Vincent QB's avatar
      Resume download (#320) · e0407b51
      Vincent QB authored
      * resume download, validate with md5 or sha256.
      
      * split stream from saving. detect filename.
      
      * validate at end too. check file size again.
      
      * validate now operates on file object.
      
      * expose choices of hash.
      e0407b51
  9. 11 Nov, 2019 2 commits
  10. 06 Nov, 2019 3 commits
  11. 05 Nov, 2019 1 commit
  12. 01 Nov, 2019 1 commit
  13. 31 Oct, 2019 1 commit
  14. 30 Oct, 2019 2 commits
  15. 29 Oct, 2019 1 commit
  16. 23 Oct, 2019 2 commits
  17. 21 Oct, 2019 1 commit
  18. 11 Oct, 2019 1 commit
  19. 25 Sep, 2019 2 commits
  20. 20 Sep, 2019 2 commits
  21. 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
  22. 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
  23. 17 Sep, 2019 1 commit
  24. 16 Sep, 2019 2 commits