1. 29 May, 2023 1 commit
  2. 26 May, 2023 1 commit
  3. 16 May, 2023 1 commit
  4. 07 Apr, 2023 1 commit
  5. 04 Apr, 2023 1 commit
  6. 03 Apr, 2023 1 commit
  7. 21 Mar, 2023 1 commit
  8. 14 Feb, 2023 1 commit
  9. 11 Jan, 2023 1 commit
  10. 26 Aug, 2022 1 commit
  11. 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
  12. 19 Jul, 2022 1 commit
  13. 27 Jun, 2022 1 commit
  14. 15 Jun, 2022 1 commit
  15. 30 May, 2022 1 commit
  16. 27 Feb, 2022 1 commit
  17. 24 Feb, 2022 1 commit
  18. 11 Feb, 2022 1 commit
  19. 02 Feb, 2022 1 commit
  20. 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
  21. 05 Jan, 2022 1 commit
  22. 10 Dec, 2021 1 commit
  23. 24 Nov, 2021 1 commit
  24. 03 Nov, 2021 1 commit
  25. 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
  26. 02 Sep, 2021 1 commit
  27. 28 Jul, 2021 1 commit
  28. 07 Jul, 2021 1 commit
  29. 28 Jun, 2021 1 commit
  30. 01 Jun, 2021 1 commit
  31. 27 May, 2021 1 commit
  32. 20 Apr, 2021 1 commit
  33. 05 Mar, 2021 1 commit
  34. 23 Feb, 2021 1 commit
  35. 19 Feb, 2021 1 commit
  36. 09 Nov, 2020 1 commit
  37. 30 Oct, 2020 1 commit
  38. 16 Oct, 2020 1 commit
  39. 06 Oct, 2020 1 commit
  40. 07 Aug, 2020 1 commit