1. 25 Feb, 2022 1 commit
    • Zhaoheng Ni's avatar
      Add psd method to torchaudio.functional (#2227) · 07bd1aa3
      Zhaoheng Ni authored
      Summary:
      This PR adds ``psd`` method to ``torchaudio.functional``.
      It computes the power spectral density (PSD) matrix of the complex-valued spectrum.
      The method also supports normalization of Time-Frequency mask.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2227
      
      Reviewed By: mthrok
      
      Differential Revision: D34473908
      
      Pulled By: nateanl
      
      fbshipit-source-id: c1cfc584085d77881b35d41d76d39b26fca1dda9
      07bd1aa3
  2. 10 Nov, 2021 1 commit
  3. 04 Nov, 2021 1 commit
  4. 28 Oct, 2021 1 commit
  5. 27 Oct, 2021 1 commit
  6. 26 Oct, 2021 1 commit
  7. 01 Sep, 2021 1 commit
  8. 20 Aug, 2021 2 commits
  9. 19 Aug, 2021 1 commit
  10. 14 Aug, 2021 1 commit
  11. 02 Aug, 2021 1 commit
  12. 29 Jul, 2021 1 commit
  13. 16 Jul, 2021 1 commit
  14. 03 Jun, 2021 1 commit
    • moto's avatar
      Update docs (#1550) · 0166a851
      moto authored
      * Use `bibtex` for paper citations.
        * add `override.css` for fixing back reference.
        * wav2vec2
        * wav2letter
        * convtasnet
        * deepspeech
        * rnnt-loss
        * griffinlim
      * Fix broken references in `filtering`.
      * Fix note in soundfile backends.
      * Tweak wav2vec2 example.
      * Removes unused `pytorch_theme.css`
      0166a851
  15. 02 Jun, 2021 1 commit
  16. 22 Mar, 2021 1 commit
  17. 01 Mar, 2021 1 commit
  18. 26 Feb, 2021 1 commit
  19. 12 Feb, 2021 1 commit
  20. 04 Dec, 2020 1 commit
  21. 06 Nov, 2020 1 commit
  22. 30 Jul, 2020 1 commit
  23. 03 Jun, 2020 1 commit
    • jimchen90's avatar
      Add Bass with Biquad (#661) · a466b3c2
      jimchen90 authored
      
      
      * Add bass with biquad
      
      * Update functional.py
      
      Add the normalization coefficients
      
      * Update test_sox_compatibility.py
      
      In test_sox_compatibility.py file, I add two bass tests: one test sets gain = 30, atol = 1e-4, the other sets gain = 40, atol = 1.5e-4. The details can be seen in pytorch#676
      
      * Update torchscript_consistency_impl.py
      
      Add torchscript test
      
      * Add flake8 test
      Co-authored-by: default avatarJi Chen <jimchen90@devfair0160.h2.fair>
      a466b3c2
  24. 02 Jun, 2020 1 commit
  25. 01 May, 2020 1 commit
  26. 28 Apr, 2020 1 commit
    • Artyom Astafurov's avatar
      Port sox::vad (#578) · 3ecc7016
      Artyom Astafurov authored
      * initial test, stub function, transform and docstring
      
      * add draft working implementation, update docstrings
      
      * merge VadSate into Vad calss, move Channel into Vad class
      
      * remove functional stub for vad
      
      * add wav file for test
      
      * refactor _measure() to improve performance
      
      * rename argument
      
      * replace copy_ with assignment
      
      * refactor init, update documentation, update test for readability
      
      * clean up default values
      
      * move code from transforms.py to funtional.py and integrate state into a function
      
      * remove Channel state class
      
      * fix calcuation of a flush point
      
      * make multiple channels work
      
      * clean up multi-channel, update test
      
      * rename variables and re-org arguments for _measure
      
      * fix linting errors
      
      * add torchscript consistency test and fix errors
      
      * support and test batch consistency, fix normalization
      
      * update documentation, switch torchscript consistancy test to use transform to improve coverage
      
      * fix linting errors
      
      * remove un-used imports
      
      * address PR comments
      
      * add doc references into rst
      3ecc7016
  27. 27 Apr, 2020 1 commit
  28. 22 Apr, 2020 1 commit
  29. 20 Apr, 2020 1 commit
    • Bhargav Kathivarapu's avatar
      Add dcshift to functional (#558) · 91e59231
      Bhargav Kathivarapu authored
      * Add dcshift to functional
      
      * Doc string change and remove inplace clamp
      
      * Minor Fix to dcshit and separate sox test refactoring
      
      * Minor change to limiter_gain type
      
      * adding dcshift to __all__ in functional
      91e59231
  30. 17 Apr, 2020 1 commit
  31. 16 Apr, 2020 1 commit
  32. 25 Feb, 2020 1 commit
  33. 21 Nov, 2019 1 commit
  34. 18 Sep, 2019 1 commit
    • 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
  35. 29 Jul, 2019 1 commit
  36. 16 Jul, 2019 1 commit