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

Update HW decoding tutorial and add notes about unseekable object #2408

Closed
wants to merge 2 commits into from

Conversation

mthrok
Copy link
Collaborator

@mthrok mthrok commented May 22, 2022

https://output.circle-artifacts.com/output/job/75187a52-b0d8-4cac-89f3-24e10889a36a/artifacts/0/docs/hw_acceleration_tutorial.html

  1. Update HW decoding tutorial to include file-like object
  2. Add note about unseekable object int streaming API tutorial

@mthrok mthrok marked this pull request as ready for review May 23, 2022 06:51
@facebook-github-bot
Copy link
Contributor

@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@mthrok mthrok added this to the v0.12 milestone May 24, 2022
examples/tutorials/streaming_api_tutorial.py Outdated Show resolved Hide resolved
"Failed to detect the source stream format. Please provide the decoder to use.");
std::ostringstream msg;
msg << "Failed to detect the source stream format. "
<< "The media is not supported. ";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<< "The media is not supported. ";
<< "The media is not supported.";

@mthrok mthrok force-pushed the fix-decoder branch 2 times, most recently from d2505b3 to 5a65808 Compare June 2, 2022 04:35
1. Update HW decoding tutorial to include file-like object
3. Add note about unseekable object int streaming API tutorial
examples/tutorials/streaming_api_tutorial.py Outdated Show resolved Hide resolved
examples/tutorials/streaming_api_tutorial.py Outdated Show resolved Hide resolved
examples/tutorials/streaming_api_tutorial.py Outdated Show resolved Hide resolved
Co-authored-by: hwangjeff <hwangjeff@users.noreply.github.com>
@facebook-github-bot
Copy link
Contributor

@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@github-actions
Copy link

github-actions bot commented Jun 8, 2022

Hey @mthrok.
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)

@mthrok mthrok deleted the fix-decoder branch June 8, 2022 13:50
mthrok added a commit that referenced this pull request Jun 8, 2022
)

Summary:
https://output.circle-artifacts.com/output/job/75187a52-b0d8-4cac-89f3-24e10889a36a/artifacts/0/docs/hw_acceleration_tutorial.html

1. Update HW decoding tutorial to include file-like object
1. Add note about unseekable object int streaming API tutorial

Pull Request resolved: #2408

Reviewed By: hwangjeff

Differential Revision: D36632702

Pulled By: mthrok

fbshipit-source-id: 17be2fb8528cb1d2d1ee11901b6a95c512466feb
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.

4 participants