- 13 May, 2022 1 commit
-
-
moto authored
Summary: This commit moves the Streaming API out of prototype module. * The related classes are renamed as following - `Streamer` -> `StreamReader`. - `SourceStream` -> `StreamReaderSourceStream` - `SourceAudioStream` -> `StreamReaderSourceAudioStream` - `SourceVideoStream` -> `StreamReaderSourceVideoStream` - `OutputStream` -> `StreamReaderOutputStream` This change is preemptive measurement for the possibility to add `StreamWriter` API. * Replace BUILD_FFMPEG build arg with USE_FFMPEG We are not building FFmpeg, so USE_FFMPEG is more appropriate --- After https://github.com/pytorch/audio/issues/2377 Remaining TODOs: (different PRs) - [ ] Introduce `is_ffmpeg_binding_available` function. - [ ] Refactor C++ code: - Rename `Streamer` to `StreamReader`. - Rename `streamer.[h|cpp]` to `stream_reader.[h|cpp]`. - Rename `prototype.cpp` to `stream_reader_binding.cpp`. - Introduce `stream_reader` directory. - [x] Enable FFmpeg in smoke test (https://github.com/pytorch/audio/issues/2381) Pull Request resolved: https://github.com/pytorch/audio/pull/2378 Reviewed By: carolineechen Differential Revision: D36359299 Pulled By: mthrok fbshipit-source-id: 6a57b702996af871e577fb7addbf3522081c1328
-
- 11 May, 2022 1 commit
-
-
moto authored
Summary: Since a while ago, CodeQL is always emitting red signal, but the team does not know what this is / how to fix this. At this point, it is purely noise while not providing a valuable signal. Ref https://github.com/pytorch/audio/issues/2314 Pull Request resolved: https://github.com/pytorch/audio/pull/2380 Reviewed By: carolineechen Differential Revision: D36305599 Pulled By: mthrok fbshipit-source-id: 27ece58730066543600f3873397b9a239e54beb0
-
- 18 Feb, 2022 1 commit
-
-
Caroline Chen authored
Summary: - fix retrieve PR script to handle commits with unrecognized/invalid PR numbers, such as in 7b6b2d00 - add modifications similar to pytorch's [#71917](https://github.com/pytorch/pytorch/pull/71917), [#72085](https://github.com/pytorch/pytorch/pull/72085) Pull Request resolved: https://github.com/pytorch/audio/pull/2249 Reviewed By: nateanl, mthrok Differential Revision: D34304210 Pulled By: carolineechen fbshipit-source-id: 245784219317e355b5cece4a139dee71d65bfdd1
-
- 26 Jan, 2022 1 commit
-
-
hwangjeff authored
Summary: Adds integration test for pretrained ASR pipeline `EMFORMER_RNNT_BASE_LIBRISPEECH`. Pull Request resolved: https://github.com/pytorch/audio/pull/2172 Reviewed By: carolineechen, nateanl Differential Revision: D33793324 Pulled By: hwangjeff fbshipit-source-id: d0613e2ab98fe5afa7b16ca39b67f0a0304d13fc
-
- 19 Jan, 2022 1 commit
-
-
Caroline Chen authored
Summary: update the labeling reminder to be triggered when PRs are closed rather than merged, because of the transition of merging through fbcode Pull Request resolved: https://github.com/pytorch/audio/pull/2160 Reviewed By: nateanl Differential Revision: D33642490 Pulled By: carolineechen fbshipit-source-id: bb39c66653782694d967303065d40386689789a8
-
- 07 Jan, 2022 1 commit
-
-
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
-
- 23 Dec, 2021 1 commit
-
-
Joao Gomes authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2096 run: `arc lint --apply-patches --paths-cmd 'hg files -I "./**/*.py"'` Reviewed By: mthrok Differential Revision: D33297351 fbshipit-source-id: 7bf5956edf0717c5ca90219f72414ff4eeaf5aa8
-
- 24 Nov, 2021 1 commit
-
-
Caroline Chen authored
Summary: The previous way of detecting the merger and labels given a commit hash no longer works with ShipIt, as PRs are closed and not merged and are not associated with a commit hash. To work around this, update the script to get the merger (pulled by: ) and PR number from the commit hash message, and then collect labels from the corresponding PR. Pull Request resolved: https://github.com/pytorch/audio/pull/2030 Reviewed By: mthrok Differential Revision: D32634870 Pulled By: carolineechen fbshipit-source-id: a8fcfc5912871d3cca056de43ab25b5d0acb2226
-
- 03 Nov, 2021 1 commit
-
-
moto authored
This commit changes the build process so that the third party code are fetched automatically when `setup.py` is invoked. This is to allow 1. `build_sdist` to contain the third party library codes, so that source code distribution created at the time release tag is created is complete. 2. It makes it possible to do `pip install https://github.com/pytorch/audio.git`. Example: ``` !pip install 'cmake>=3.18' ninja !pip install --verbose git+https://github.com/pytorch/audio.git@auto-source ```
-
- 02 Nov, 2021 4 commits
-
-
moto authored
Include the list of labels.
-
Caroline Chen authored
-
moto authored
- 29 Oct, 2021 1 commit
-
-
Caroline Chen authored
-
- 28 Oct, 2021 1 commit
-
-
Caroline Chen authored
-
- 30 Sep, 2021 1 commit
-
-
Nicolas Hug authored
* Add enw issue forms * forgot one torchvision left * audio-specific bug * Apply suggestions from code review Co-authored-by:
moto <855818+mthrok@users.noreply.github.com> Co-authored-by:
moto <855818+mthrok@users.noreply.github.com>
-
- 26 Aug, 2021 1 commit
-
-
moto authored
* Default to BUILD_SOX=1 in non-Windows systems Since the adaptation of CMake and restricting to the static linking of libsox, the build process has become much robust with libsox integration enabled. This commit makes it default behavior to build libsox integration in non-Windows systems. The build process still checks BUILD_SOX env var so, setting `BUILD_SOX=0` disables it.
-
- 31 Jul, 2021 1 commit
-
-
Nikita Shulga authored
-
- 18 May, 2021 1 commit
-
-
Krishna Kalyan authored
-
- 06 Apr, 2021 1 commit
-
-
Mustafa Bal authored
* Added CodeQL and Bandit security checks as GitHub Actions * Fixed renegerate jinja2 bug * Removed specific Bandit fixes
-
- 30 Jun, 2020 1 commit
-
-
Artyom Astafurov authored
-
- 29 Jul, 2019 1 commit
-
-
jamarshon authored
-