-
Notifications
You must be signed in to change notification settings - Fork 683
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
[TorchAudio][stream_reader] Make StreamingMediaDecoderBytes available for C++ usage #3742
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3742
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D53585768 |
… for C++ usage (pytorch#3742) Summary: This diff moves `StreamingMediaDecoderBytes` from the `pybind` file to the `stream_reader` files, enabling usage for all C++ use cases. We can similarly migrate the `StreamingMediaDecoderFile` and `StreamingMediaEncoderFile` in the future. Interestingly we do not have a `StreamingMediaEncoderBytes` implementation. Differential Revision: D53585768
2f35047
to
3500ab4
Compare
This pull request was exported from Phabricator. Differential Revision: D53585768 |
@milan-zhou has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
…e for C++ usage (pytorch#3742) Summary: This diff moves `StreamingMediaDecoderBytes` from the `pybind` file to the `stream_reader` files, enabling usage for all C++ use cases. We can similarly migrate the `StreamingMediaDecoderFile` and `StreamingMediaEncoderFile` in the future. Interestingly we do not have a `StreamingMediaEncoderBytes` implementation. Reviewed By: jeremyteboul Differential Revision: D53585768 Pulled By: milan-zhou
0ed81e6
to
1712ad2
Compare
This pull request was exported from Phabricator. Differential Revision: D53585768 |
…e for C++ usage (pytorch#3742) Summary: This diff moves `StreamingMediaDecoderBytes` from the `pybind` file to the `stream_reader` files, enabling usage for all C++ use cases. We can similarly migrate the `StreamingMediaDecoderFile` and `StreamingMediaEncoderFile` in the future. Interestingly we do not have a `StreamingMediaEncoderBytes` implementation. Reviewed By: jeremyteboul Differential Revision: D53585768 Pulled By: milan-zhou
1712ad2
to
e32a668
Compare
This pull request was exported from Phabricator. Differential Revision: D53585768 |
…e for C++ usage (pytorch#3742) Summary: This diff moves `StreamingMediaDecoderBytes` from the `pybind` file to the `stream_reader` files, enabling usage for all C++ use cases. We can similarly migrate the `StreamingMediaDecoderFile` and `StreamingMediaEncoderFile` in the future. Interestingly we do not have a `StreamingMediaEncoderBytes` implementation. Reviewed By: jeremyteboul Differential Revision: D53585768 Pulled By: milan-zhou
e32a668
to
6b8765d
Compare
This pull request was exported from Phabricator. Differential Revision: D53585768 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D53585768 |
…e for C++ usage (pytorch#3742) Summary: This diff moves `StreamingMediaDecoderBytes` from the `pybind` file to the `stream_reader` files, enabling usage for all C++ use cases. We can similarly migrate the `StreamingMediaDecoderFile` and `StreamingMediaEncoderFile` in the future. Interestingly we do not have a `StreamingMediaEncoderBytes` implementation. Reviewed By: jeremyteboul Differential Revision: D53585768 Pulled By: milan-zhou
6b8765d
to
6de23f4
Compare
This pull request was exported from Phabricator. Differential Revision: D53585768 |
Summary:
This diff moves
StreamingMediaDecoderBytes
from thepybind
file to thestream_reader
files, enabling usage for all C++ use cases.We can similarly migrate the
StreamingMediaDecoderFile
andStreamingMediaEncoderFile
in the future. Interestingly we do not have aStreamingMediaEncoderBytes
implementation.Differential Revision: D53585768