-
Notifications
You must be signed in to change notification settings - Fork 596
expand format support for audio processors used by DefaultAudioSink #2259
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
Conversation
@ivanbuper Could you take a look at this extension? |
@ivanbuper ping since it has been a month, any chance you could take a look at this PR? |
@nift4 Apologies for the delay. I was OOO for a while and currently solving some high-priority bugs. This PR is on my TODO list and I'll try to take a look very soon. |
libraries/exoplayer/src/main/java/androidx/media3/exoplayer/audio/DefaultAudioSink.java
Outdated
Show resolved
Hide resolved
I'm going to send this for internal review now. You may see some more commits being added as I make changes in response to review feedback (e.g. formatting). Please refrain from pushing any more substantive changes as it will complicate the internal review - thanks! |
This change is in preparation of github.com/androidx/pull/2259.
This change is in preparation of github.com/androidx/pull/2259.
15ec015
to
614d830
Compare
This change is in preparation of github.com/androidx/pull/2259.
This change is in preparation of github.com/androidx/pull/2259.
This change is in preparation of github.com/androidx/pull/2259.
This change is in preparation of github.com/androidx/pull/2259.
This allows future extensions such as direct 24 bit / 32 bit (int) playback in DefaultAudioSink, and is a step towards Issue: androidx#1931 Run audio processors possibly discarding data first to avoid wasting CPU on data that'll be discarded anyway.
This change is in preparation of github.com/androidx/pull/2259.
Thanks :) |
This allows future extensions such as direct 24 bit / 32 bit (int) playback in DefaultAudioSink, and is a step towards Issue: #1931
Run audio processors possibly discarding data first to avoid wasting CPU on data that'll be discarded anyway.