1. 02 Jan, 2020 3 commits
  2. 27 Dec, 2019 2 commits
  3. 26 Dec, 2019 3 commits
  4. 23 Dec, 2019 1 commit
  5. 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
  6. 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
  7. 18 Dec, 2019 2 commits
  8. 14 Dec, 2019 1 commit
  9. 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
  10. 03 Dec, 2019 2 commits
  11. 02 Dec, 2019 1 commit
  12. 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
  13. 22 Nov, 2019 1 commit
  14. 21 Nov, 2019 4 commits
  15. 20 Nov, 2019 1 commit
  16. 19 Nov, 2019 1 commit
  17. 18 Nov, 2019 4 commits
  18. 15 Nov, 2019 1 commit
  19. 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
  20. 11 Nov, 2019 2 commits
  21. 06 Nov, 2019 3 commits
  22. 05 Nov, 2019 1 commit
  23. 01 Nov, 2019 1 commit