1. 24 Feb, 2020 1 commit
  2. 22 Feb, 2020 1 commit
    • Tomás Osório's avatar
      Adding Speech Command Dataset (#437) · 4d58bc46
      Tomás Osório authored
      
      
      * add speechcommand dataset and test
      
      * prepend the full path to each result
      
      * add missing param on docstring in walk_files
      
      * add file to run tests on SpeechCommand Dataset
      
      * reduce logic
      
      * update test on SpeechCommands
      
      * correct the indentation on docstring walk_files
      
      * flake8 compliance
      
      * change tuple type returned. move path split logic in load item.
      
      * typo in name.
      
      * redundant file path.
      
      * filter background noise.
      Co-authored-by: default avatarVincent QB <vincentqb@users.noreply.github.com>
      4d58bc46
  3. 20 Feb, 2020 1 commit
  4. 14 Feb, 2020 1 commit
  5. 12 Feb, 2020 1 commit
  6. 29 Jan, 2020 2 commits
  7. 22 Jan, 2020 2 commits
  8. 17 Jan, 2020 1 commit
  9. 16 Jan, 2020 3 commits
  10. 13 Jan, 2020 3 commits
  11. 09 Jan, 2020 3 commits
  12. 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
  13. 02 Jan, 2020 4 commits
  14. 27 Dec, 2019 2 commits
  15. 26 Dec, 2019 3 commits
  16. 23 Dec, 2019 1 commit
  17. 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
  18. 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
  19. 18 Dec, 2019 2 commits
  20. 14 Dec, 2019 1 commit
  21. 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
  22. 03 Dec, 2019 2 commits
  23. 02 Dec, 2019 1 commit
  24. 25 Nov, 2019 1 commit