Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nift4
Copy link

@nift4 nift4 commented Mar 23, 2025

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.

@tonihei
Copy link
Collaborator

tonihei commented Apr 2, 2025

@ivanbuper Could you take a look at this extension?

@nift4
Copy link
Author

nift4 commented May 7, 2025

@ivanbuper ping since it has been a month, any chance you could take a look at this PR?

@ivanbuper
Copy link
Contributor

@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.

@ivanbuper
Copy link
Contributor

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!

nift4 and others added 2 commits May 9, 2025 15:42
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants