Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use channel_layout in StreamReader #3771

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mthrok
Copy link
Collaborator

@mthrok mthrok commented Apr 10, 2024

We only care about the number of channels, so no need to create channel_layout.

One can directly pass the number of channels to filter.

Also int64 channel_layout is a deprecated attributes.

PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED. You may not get a response. For open discussions, visit https://discuss.pytorch.org/.

Copy link

pytorch-bot bot commented Apr 10, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3771

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

❌ 8 New Failures

As of commit 58571d2 with merge base 1980f8a (image):

NEW FAILURES - The following jobs have failed:

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

We only care about the number of channels, so no need to
create channel_layout.

One can directly pass the number of channels to filter.

Also int64 channel_layout is a deprecated attributes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants