-
Notifications
You must be signed in to change notification settings - Fork 657
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
Conversation
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
torchaudio/csrc/ffmpeg/streamer.cpp
Outdated
"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. "; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<< "The media is not supported. "; | |
<< "The media is not supported."; |
d2505b3
to
5a65808
Compare
1. Update HW decoding tutorial to include file-like object 3. Add note about unseekable object int streaming API tutorial
Co-authored-by: hwangjeff <hwangjeff@users.noreply.github.com>
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Hey @mthrok. |
) 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
https://output.circle-artifacts.com/output/job/75187a52-b0d8-4cac-89f3-24e10889a36a/artifacts/0/docs/hw_acceleration_tutorial.html