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

Support parsing MPEG-H 3D Audio #8860

Merged
merged 1 commit into from
May 11, 2021

Conversation

KeiMurayamaS
Copy link
Contributor

@KeiMurayamaS KeiMurayamaS commented Apr 23, 2021

Add support parsing MPEG-H 3D Audio so that MediaParser API in AOSP can take advantage of ExoPlayer's extractor. Same change is now submitted to MediaExtractor API in AOSP.
See details : https://android-review.googlesource.com/c/platform/frameworks/av/+/1671306

Just with this change ExoPlayer does't support decoding MPEG-H 3D Audio but can support decoding either by adding decoder with an extension or by using Android OS which has decoder capability with MediaCodec API.

@ojw28

@google-cla google-cla bot added the cla: yes label Apr 23, 2021
@icbaker icbaker requested a review from kim-vde April 24, 2021 08:04
@icbaker icbaker assigned icbaker and kim-vde and unassigned icbaker Apr 24, 2021
First intention to support parsing MPEG-H 3D Audio in ExoPlayer is to
take advantage of parsing capability from MediaParser API in AOSP.
Just with this change ExoPlayer does't support decoding MPEG-H 3D Audio
but can support decoding either by adding decoder with an extension or
by using Android OS which has decoder capability with MediaCodec API.
@kim-vde kim-vde merged commit eb93e5c into google:dev-v2 May 11, 2021
ojw28 pushed a commit that referenced this pull request Jun 10, 2021
@google google locked and limited conversation to collaborators Jul 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants