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

avoid fallback to AudioTrack in androidaudioplugin-manager #200

Open
atsushieno opened this issue May 11, 2024 · 0 comments
Open

avoid fallback to AudioTrack in androidaudioplugin-manager #200

atsushieno opened this issue May 11, 2024 · 0 comments

Comments

@atsushieno
Copy link
Owner

It is consolidated from #199: something in aap::PluginPlayer (in androidaudioplugin-manager.aar) seems to prevent low latency AAudio callback once the player is paused and resumed. Copypasting Perfetto screenshot from the issue:

image

There were two "playing" states within the profiling. The first with AAudio, the second with AudioTrack. The latter should not happen.

Interestingly, there was no warnings when falling back to AudioTrack on adb log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant