Add dynamic rootless processing and USB output rates - #338
Open
legendcodermartino1245 wants to merge 2 commits into
Open
Add dynamic rootless processing and USB output rates#338legendcodermartino1245 wants to merge 2 commits into
legendcodermartino1245 wants to merge 2 commits into
Conversation
Owner
|
Looks good 👍 I'll merge it when you mark the PR as ready
Using hidden APIs is fine, the app already does that pretty heavily anyways. |
legendcodermartino1245
marked this pull request as ready for review
July 25, 2026 09:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Draft / dependency
This is stacked on and depends on #337. Until that PR merges, GitHub shows both commits here. The dynamic rootless-rate work is the second commit (
03cbbba).Summary
Allow rootless processing to follow active source or physical USB hardware sample rates instead of clamping processing to 44.1/48 kHz.
Adds two USB modes:
Implementation
Platform caveats
Some rate discovery relies on hidden playback configuration fields and AudioFlinger diagnostic output because rootless Android does not expose the complete physical path through a stable public API. This is why the PR is opened as a draft for design feedback.
Testing