1. 14 Feb, 2020 1 commit
  2. 12 Feb, 2020 1 commit
  3. 29 Jan, 2020 2 commits
  4. 22 Jan, 2020 2 commits
  5. 17 Jan, 2020 1 commit
  6. 16 Jan, 2020 3 commits
  7. 13 Jan, 2020 3 commits
  8. 09 Jan, 2020 3 commits
  9. 08 Jan, 2020 1 commit
    • peterjc123's avatar
      Add Windows CI (#394) · be5b2d56
      peterjc123 authored
      * [WIP] Add Windows CI
      
      * Remove cu_version
      
      * checkout_merge -> checkout
      
      * Add build script
      
      * Switch backend to soundfile
      
      * Remove soundfile as dependency
      
      * Rename jobs
      
      * Fix lint
      be5b2d56
  10. 02 Jan, 2020 4 commits
  11. 27 Dec, 2019 2 commits
  12. 26 Dec, 2019 3 commits
  13. 23 Dec, 2019 1 commit
  14. 20 Dec, 2019 1 commit
    • David Pollack's avatar
      Improve lfilter functional (#374) · f3365ecf
      David Pollack authored
      
      
      * Simplify lfilter functional
      
      * use `torch.clamp` instead of `torch.min(..., torch.max(...))`
      * remove unneeded creation of ones tensor for previous method
      
      The current lfilter function uses min and max to essentially do a clamp
      function.  I changed the code to use clamp instead.  It is more readable
      than the previous version.
      
      FYI, if you want to keep the previous way, you could make a
      broadcastable tensor of size 1 instead of creating a tensor the size of
      the input.
      Signed-off-by: default avatarDavid Pollack <david@da3.net>
      
      * Parallelize waveform windows calculation
      
      I've parallelized the calculation of the waveform windows and also
      removed the inefficient calculation within the for-loop.
      Signed-off-by: default avatarDavid Pollack <david@da3.net>
      
      * Refactoring and minor readability changes
      Signed-off-by: default avatarDavid Pollack <david@da3.net>
      
      * Remove one more creation of a temporary tensor
      Signed-off-by: default avatarDavid Pollack <david@da3.net>
      f3365ecf
  15. 19 Dec, 2019 1 commit
    • Vincent QB's avatar
      Backend switch (#355) · 774ebc78
      Vincent QB authored
      * move sox inside function calls.
      
      * add backend switch mechanism.
      
      * import sox at runtime, not import.
      
      * add backend list.
      
      * backend tests.
      
      * creating hidden modules for backend.
      
      * naming backend same as file: soundfile.
      
      * remove docstring in backend file.
      
      * test soundfile info.
      
      * soundfile doesn't support int64.
      
      * adding test for wav file.
      
      * error with incorrect parameter instead of silent ignore.
      
      * adding test across backend. using float32 as done in sox.
      
      * backend guard decorator.
      774ebc78
  16. 18 Dec, 2019 2 commits
  17. 14 Dec, 2019 1 commit
  18. 11 Dec, 2019 1 commit
    • Mingbo Wan's avatar
      Better smoke test (#364) · 9ab5dd71
      Mingbo Wan authored
      * use binaries just built for smoke test
      
      * to trigger tests on PR
      
      * trigger tests
      
      * different build has different test
      
      * test good, now move to official
      
      * test good, now move to official
      9ab5dd71
  19. 03 Dec, 2019 2 commits
  20. 02 Dec, 2019 1 commit
  21. 25 Nov, 2019 2 commits
    • Vincent QB's avatar
      correct file_obj reference. (#352) · bdf92553
      Vincent QB authored
      bdf92553
    • 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
  22. 22 Nov, 2019 1 commit
  23. 21 Nov, 2019 1 commit