1. 07 Apr, 2023 1 commit
  2. 04 Apr, 2023 2 commits
    • moto's avatar
      Disable CTC decoder bundle by default (#3232) · 3844a2bd
      moto authored
      Summary:
      As we migrate to use upstream flashlight-text and KenLM, this PR disable building CTC decoder by default.
      This will stop shipping flashlight-text and KenLM bundle in torchaudio binary.
      
      Ref: https://github.com/pytorch/audio/issues/3088
      
      cc jacobkahn
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3232
      
      Reviewed By: hwangjeff
      
      Differential Revision: D44650872
      
      Pulled By: mthrok
      
      fbshipit-source-id: 2415623abaf3cafa181135db5112d3c711137cd7
      3844a2bd
    • moto's avatar
      Remove linux GPU unit test from CircleCI (#3231) · 0d57a3af
      moto authored
      Summary:
      Linux GPU unit test on CircleCI relies on custom Docker image with CUDA 10.2.
      
      PyTorch 2.0 does not support CUDA 10, so these tests have not run for a while.
      
      We have GPU tests on GHA for Linux, so we can get rid of them.
      
      Windows GPU tests are not ported to GHA yet, but they are still working on CircleCI, so we don't delete them yet.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3231
      
      Reviewed By: hwangjeff
      
      Differential Revision: D44639302
      
      Pulled By: mthrok
      
      fbshipit-source-id: c1fd39f4805a50a12af4259d423985fe453fd229
      0d57a3af
  3. 03 Apr, 2023 1 commit
  4. 21 Mar, 2023 1 commit
  5. 20 Mar, 2023 1 commit
    • moto's avatar
      Support CUDA frame in FilterGraph (#3183) · c5b96558
      moto authored
      Summary:
      This commit adds CUDA frame support to FilterGraph
      
      It initializes and attaches CUDA frames context to FilterGraph,
      so that CUDA frames can be processed in FilterGraph.
      
      As a result, it enables
      1. CUDA filter support such as `scale_cuda`
      2. Properly retrieve the pixel format coming out of FilterGraph when
         CUDA HW acceleration is enabled. (currently it is reported as "cuda")
      
      Resolves https://github.com/pytorch/audio/issues/3159
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3183
      
      Reviewed By: hwangjeff
      
      Differential Revision: D44183722
      
      Pulled By: mthrok
      
      fbshipit-source-id: 522d21039c361ddfaa87fa89cf49c19d210ac62f
      c5b96558
  6. 04 Mar, 2023 1 commit
    • Zhaoheng Ni's avatar
      Fix linux gpu tests (#3144) · b96a7ebb
      Zhaoheng Ni authored
      Summary:
      Environment variable `TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MACOS ` needs to be added when running the bash script
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3144
      
      Reviewed By: mthrok
      
      Differential Revision: D43807178
      
      Pulled By: nateanl
      
      fbshipit-source-id: 27c57d2efaed5519a12aa027967968895f357c67
      b96a7ebb
  7. 03 Mar, 2023 1 commit
  8. 02 Mar, 2023 1 commit
  9. 17 Feb, 2023 1 commit
  10. 14 Feb, 2023 1 commit
  11. 10 Feb, 2023 1 commit
  12. 08 Feb, 2023 1 commit
  13. 07 Feb, 2023 1 commit
    • juan.azcarreta.ortiz's avatar
      Add playback function (#3026) · 2ead941e
      juan.azcarreta.ortiz authored
      Summary:
      Allows user to play audio through the
      device speaker.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3026
      
      Test Plan:
      Created a new test that mocks a call to the write audio chunk method from StreamWriter. To run the test:
      
      `pytest test/torchaudio_unittest/io/_playback_test.py`
      
      Reviewed By: mthrok
      
      Differential Revision: D43082062
      
      Pulled By: jazcarretao
      
      fbshipit-source-id: 01a85b32ce925687a633d1208d15d54556e89dd8
      2ead941e
  14. 06 Feb, 2023 1 commit
  15. 01 Feb, 2023 3 commits
  16. 27 Jan, 2023 1 commit
  17. 14 Jan, 2023 1 commit
  18. 11 Jan, 2023 1 commit
  19. 15 Dec, 2022 1 commit
    • DanilBaibak's avatar
      Switch to Nova MacOS Wheel (#2907) · 0be8423d
      DanilBaibak authored
      Summary:
      Switch to Nova MacOS and M1 Wheels. This PR is a step in migrating from CircleCI to the Nova workflow.
      
      - [x] Disable the CircleCI builds for MacOS Wheel.
      - [x] Disable the CircleCI builds for M1 Wheel.
      - [x] Enable the Nova workflow for MacOS Wheel.
      - [x] Enable the Nova workflow for M1 Wheel.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2907
      
      Reviewed By: osalpekar, mthrok
      
      Differential Revision: D42040965
      
      Pulled By: DanilBaibak
      
      fbshipit-source-id: b87f028cf5686bf97265109591fb0a8c1190324c
      0be8423d
  20. 13 Dec, 2022 1 commit
  21. 07 Dec, 2022 1 commit
  22. 21 Oct, 2022 1 commit
  23. 11 Oct, 2022 1 commit
  24. 06 Oct, 2022 1 commit
  25. 29 Sep, 2022 1 commit
  26. 28 Sep, 2022 3 commits
  27. 27 Sep, 2022 1 commit
  28. 26 Sep, 2022 2 commits
    • Andrey Talman's avatar
      Fix windows tests related to old conda on circleci (#2704) · 1c8accfc
      Andrey Talman authored
      Summary:
      Conda version on circleCI prints following message:
      ```
      ==> WARNING: A newer version of conda exists. <==
        current version: 4.6.14
        latest version: 4.14.0
      ```
      and as a result this error:
      
      ```
      + /c/tools/miniconda3/Scripts/conda.exe install -v -y -c pytorch-nightly -c nvidia pytorch numpy ffmpeg pytorch-cuda=11.6
      Collecting package metadata: ...working... done
      Solving environment: ...working...
      
      Too long with no output (exceeded 30m0s): context deadline exceeded
      ```
      
      This should update the conda version running on the system and allow us to install pytorch and run some tests.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2704
      
      Reviewed By: weiwangmeta
      
      Differential Revision: D39820037
      
      Pulled By: atalman
      
      fbshipit-source-id: 4a82a7a6cbe3dc1a5807ac669e2fa79f454037fa
      1c8accfc
    • Andrey Talman's avatar
      Remove linux wheel from circleci (#2714) · 14714f29
      Andrey Talman authored
      Summary:
      Remove linux wheel from circleci
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2714
      
      Reviewed By: weiwangmeta
      
      Differential Revision: D39816121
      
      Pulled By: atalman
      
      fbshipit-source-id: a3c99b530896888d7b4271d8b3f27f3c986b3480
      14714f29
  29. 23 Sep, 2022 1 commit
  30. 20 Sep, 2022 1 commit
  31. 14 Sep, 2022 1 commit
  32. 26 Aug, 2022 1 commit
  33. 24 Aug, 2022 1 commit
    • moto's avatar
      Add StreamWriter (#2628) · 72404de9
      moto authored
      Summary:
      This commit adds FFmpeg-based encoder StreamWriter class.
      StreamWriter is pretty much the opposite of StreamReader class, and
      it supports;
      
      * Encoding audio / still image / video
      * Exporting to local file / streaming protocol / devices etc...
      * File-like object support (in later commit)
      * HW video encoding (in later commit)
      
      See also: https://fburl.com/gslide/z85kn5a9 (Meta internal)
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2628
      
      Reviewed By: nateanl
      
      Differential Revision: D38816650
      
      Pulled By: mthrok
      
      fbshipit-source-id: a9343b0d55755e186971dc96fb86eb52daa003c8
      72404de9
  34. 16 Aug, 2022 1 commit