1. 25 Feb, 2022 1 commit
    • Eli Uriegas's avatar
      ci: Limit scope of unittest to one python version (#2256) · 8c1db721
      Eli Uriegas authored
      Summary:
      Pull Request resolved: https://github.com/pytorch/audio/pull/2256
      
      
      
      Limits scope of unittesting to one python version for both macOS and
      Windows. These types of workflows are particularly expensive and take a
      long time so running them on every PR / every push is a bit wasteful
      considering the value in signal between different python versions is
      probably negligible.
      Signed-off-by: default avatarEli Uriegas <eliuriegas@fb.com>
      
      Test Plan: Imported from OSS
      
      Reviewed By: mthrok
      
      Differential Revision: D34459626
      
      Pulled By: seemethere
      
      fbshipit-source-id: 47f5c317027f1b395edf9c1720b1b33ba689cad5
      8c1db721
  2. 24 Feb, 2022 2 commits
  3. 11 Feb, 2022 1 commit
  4. 02 Feb, 2022 3 commits
    • moto's avatar
      Add Streaming API (#2164) · 7a3e262d
      moto authored
      Summary:
      This PR adds the prototype streaming API.
      The implementation is based on ffmpeg libraries.
      
      For the detailed usage, please refer to [the resulting tutorial](https://534376-90321822-gh.circle-artifacts.com/0/docs/tutorials/streaming_api_tutorial.html).
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2164
      
      Reviewed By: hwangjeff
      
      Differential Revision: D33934457
      
      Pulled By: mthrok
      
      fbshipit-source-id: 92ade4aff2d25baf02c0054682d4fbdc9ba8f3fe
      7a3e262d
    • Nikita Shulga's avatar
      [CI] Add "cu102" back (#2190) · db12d1a0
      Nikita Shulga authored
      Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2190
      
      Reviewed By: mthrok
      
      Differential Revision: D33930129
      
      Pulled By: malfet
      
      fbshipit-source-id: ddcbe79f6bdd3dc9b18c1dc337014142877b844b
      db12d1a0
    • Nikita Shulga's avatar
      [CI] Pin flake8 version (#2191) · 3a5103c2
      Nikita Shulga authored
      Summary:
      This fixes:
      ```
      Installed flake8: + flake8 --version
      Traceback (most recent call last):
        File "/root/project/env/bin/flake8", line 6, in <module>
          from flake8.main.cli import main
        File "/root/project/env/lib/python3.7/site-packages/flake8/main/cli.py", line 6, in <module>
          from flake8.main import application
        File "/root/project/env/lib/python3.7/site-packages/flake8/main/application.py", line 24, in <module>
          from flake8.plugins import manager as plugin_manager
        File "/root/project/env/lib/python3.7/site-packages/flake8/plugins/manager.py", line 11, in <module>
          from flake8._compat import importlib_metadata
        File "/root/project/env/lib/python3.7/site-packages/flake8/_compat.py", line 7, in <module>
          import importlib_metadata
      ModuleNotFoundError: No module named 'importlib_metata'
      ```
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2191
      
      Reviewed By: atalman
      
      Differential Revision: D33930583
      
      Pulled By: malfet
      
      fbshipit-source-id: 68026743c29434113893cca38041596135d3bd53
      3a5103c2
  5. 01 Feb, 2022 1 commit
  6. 21 Jan, 2022 1 commit
  7. 14 Jan, 2022 1 commit
  8. 07 Jan, 2022 1 commit
    • moto's avatar
      Enable build ffmpeg-features in all related jobs (#2140) · 565f8d41
      moto authored
      Summary:
      This commit enables ffmpeg-feature build in tests and
      binary builds of all platforms.
      (Linux/macOS/Windows x conda/wheel)
      
      It also moves the definition of BUILD_FFMPEG env vars to the
      top level `config.yml`.
      
       ---
      Manual checking if all the build log contains `libtorchaudio_ffmpeg`.
      ### binary build
      - [x] `binary_linux_conda_py3.7_cpu`
      - [x] `binary_linux_conda_py3.7_cu102`
      - [x] `binary_linux_wheel_py3.7_cpu`
      - [x] `binary_linux_wheel_py3.7_cu102`
      - [x] `binary_macos_conda_py3.7_cpu`
      - [x] `binary_macos_wheel_py3.7_cpu`
      - [x] `binary_windows_conda_py3.7_cpu`
      - [x] `binary_windows_conda_py3.7_cu113`
      - [x] `binary_windows_wheel_py3.7_cpu`
      - [x] `binary_windows_wheel_py3.7_cu113`
      
      ### test
      - [x] `unittest_linux_cpu_py3.7`
      - [x] `unittest_linux_gpu_py3.7`
      - [x] `unittest_macos_cpu_py3.7`
      - [x] `unittest_windows_cpu_py3.7`
      - [x] `unittest_windows_gpu_py3.7`
      - [x] `integration test`
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2140
      
      Reviewed By: hwangjeff
      
      Differential Revision: D33464430
      
      Pulled By: mthrok
      
      fbshipit-source-id: 2c5b72be75d49019bf1599036180d4e56074e46b
      565f8d41
  9. 05 Jan, 2022 2 commits
  10. 04 Jan, 2022 2 commits
  11. 31 Dec, 2021 1 commit
  12. 30 Dec, 2021 2 commits
  13. 28 Dec, 2021 1 commit
  14. 23 Dec, 2021 2 commits
  15. 22 Dec, 2021 1 commit
    • Joao Gomes's avatar
      Revert linting exemptions introduced in #2071 (#2087) · 575d221e
      Joao Gomes authored
      Summary:
      After discussing with Moto Hira, we decided to revert linting exemptions
      introduced previously in order to keep the entire audio project as formatted
      as possible, to reduce the time we spend on formatting discussion.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2087
      
      Reviewed By: mthrok
      
      Differential Revision: D33236949
      
      Pulled By: jdsgomes
      
      fbshipit-source-id: e13079f532c4534d8a168059b0ded6fa375fdecf
      575d221e
  16. 20 Dec, 2021 1 commit
    • moto's avatar
      Standardize the location of third-party source code (#2086) · 2476dd2d
      moto authored
      Summary:
      Previously sox-related third-party source code was archived at
      `third_party/sox/archives`.
      Recently KenLM-related third-party source code was added and
      they are archived at `third_party/archives`.
      
      This PR changes the sox archive location to `third_party/archives`,
      so that all the archvies are cached at the same location.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2086
      
      Reviewed By: carolineechen
      
      Differential Revision: D33236927
      
      Pulled By: mthrok
      
      fbshipit-source-id: 2f2aa5f4b386fefb46d7c98f7179c04995219f3c
      2476dd2d
  17. 11 Dec, 2021 1 commit
  18. 10 Dec, 2021 2 commits
  19. 03 Dec, 2021 1 commit
  20. 24 Nov, 2021 1 commit
  21. 23 Nov, 2021 1 commit
    • moto's avatar
      Temporarily skip threadpool test (#2025) · 05ae795a
      moto authored
      Summary:
      The sox_effects test in `concurrent.future.ThreadPoolExecutor` started failing since couple of days. While investigate this, skipping the test.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2025
      
      Reviewed By: nateanl
      
      Differential Revision: D32615933
      
      Pulled By: mthrok
      
      fbshipit-source-id: 4f7301c0d3c0d11f687011e42e06d9c87ce4197f
      05ae795a
  22. 19 Nov, 2021 1 commit
    • moto's avatar
      Disable SPHINXOPT=-W for local env (#2013) · 3ff46bfa
      moto authored
      Summary:
      With the introduction of tutorials, the turn around time for doc build
      has become longer. By default, the tutorial is not built but SPHINXOPT=-W
      treats it as error.
      
      This commit disable the option for the local build while keeping it
      for the CI.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2013
      
      Reviewed By: carolineechen
      
      Differential Revision: D32538952
      
      Pulled By: mthrok
      
      fbshipit-source-id: eae4ffd87100dff466f91abfe26a82aa702d605a
      3ff46bfa
  23. 04 Nov, 2021 1 commit
    • moto's avatar
      [DOC] Default to not build gallery (#1977) · 5898edba
      moto authored
      With the introduction of TTS tutorial (#1973), it takes more than couple of minutes
      to build documentation. This commit makes the doc build process defaults to
      not build tutorials.
      
      To build tutorials one can use environment variable `BUILD_GALLERY=1`,
      and set `GALLERY_PATTERN=...` to filter the tutorials to build.
      
      This `GALLERY_PATTERN` is same approach as in `tutorials` repo.
      
      https://github.com/pytorch/tutorials/blob/cbf2238df0e78d84c15bd94288966d2f4b2e83ae/conf.py#L75-L83
      
      Also this commit dynamically parse the subdirectory of `examples/gallery` so that when a new category of examples are added, it will automatically parsed.
      5898edba
  24. 03 Nov, 2021 1 commit
  25. 27 Oct, 2021 1 commit
  26. 21 Oct, 2021 2 commits
  27. 19 Oct, 2021 1 commit
  28. 11 Oct, 2021 2 commits
  29. 06 Oct, 2021 1 commit
  30. 27 Sep, 2021 1 commit
    • Yi Zhang's avatar
      Enable audio windows cuda tests (#1777) · d98c8847
      Yi Zhang authored
      * enable windows cudatests
      
      * add this dir
      
      * minor change
      
      * vs integration
      
      * Update cuda_install.bat
      
      * add logs
      
      * minor change
      
      * minor change
      
      * cp vision conda activate
      
      * mv vc_env_helper.bat
      
      * minor change
      
      * exit if cuda not avaiable
      
      * install numpy
      
      * improt CMakeLists
      
      * check cuda
      
      * minor change
      
      * change windows GPU image from previous to stable
      
      * set libtorch audio suffix as pyd on Windows
      
      * reduce changes
      
      * check env settings
      d98c8847