pytorch / audio

Data manipulation and transformation for audio signal processing, powered by PyTorch
https://pytorch.org/audio
BSD 2-Clause "Simplified" License
2.5k stars 644 forks source link

Update StreamReader/Writer name #3682

Closed moto-meta closed 11 months ago

moto-meta commented 11 months ago

Differential Revision: D50696105

pytorch-bot[bot] commented 11 months ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3682

Note: Links to docs will display an error until the docs builds have been completed.

:white_check_mark: You can merge normally! (2 Unrelated Failures)

As of commit e6a4aeb887859f416170a77692cc29824ef5c4e0 with merge base 09887246bb60d3fe5c2032fb8884d6b32ecf5241 (image):

FLAKY - The following job failed but was likely due to flakiness present on trunk:

* [Unittests on Windows CPU / unittests-windows-cpu / windows-job](https://hud.pytorch.org/pr/pytorch/audio/3682#18094978241) ([gh](https://github.com/pytorch/audio/actions/runs/6658343439/job/18094978241))

BROKEN TRUNK - The following job failed but was present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

* [Unittests on Windows GPU / unittests-windows-gpu / windows-job](https://hud.pytorch.org/pr/pytorch/audio/3682#18094978299) ([gh](https://github.com/pytorch/audio/actions/runs/6658343434/job/18094978299))

This comment was automatically generated by Dr. CI and updates every 15 minutes.

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D50696105

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D50696105

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D50696105

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D50696105

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D50696105

github-actions[bot] commented 11 months ago

Hey @None. You merged this PR, but labels were not properly added. Please add a primary and secondary label (See https://github.com/pytorch/audio/blob/main/.github/process_commit.py).


Some guidance:

Use 'module: ops' for operations under 'torchaudio/{transforms, functional}', and ML-related components under 'torchaudio/csrc' (e.g. RNN-T loss).

Things in "examples" directory:

Regarding examples in code documentations, please also use 'module: docs'.

Please use 'other' tag only when you’re sure the changes are not much relevant to users, or when all other tags are not applicable. Try not to use it often, in order to minimize efforts required when we prepare release notes.


When preparing release notes, please make sure 'documentation' and 'tutorials' occur as the last sub-categories under each primary category like 'new feature', 'improvements' or 'prototype'.

Things related to build are by default excluded from the release note, except when it impacts users. For example: