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

Commits on May 10, 2021

  1. Support parsing MPEG-H 3D Audio

    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.
    KeiMurayamaS committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f05197c View commit details
    Browse the repository at this point in the history