-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve audio device enumeration
Replace range-based sample rate configs with explicit sample rates to: - Remove duplicate ALSA device entries - Filter out unreasonable sample rates (>384kHz) - Remove phantom capabilities from software interfaces - Sort output for consistent display The enumeration now tries each standard sample rate (44.1kHz through 384kHz) explicitly rather than using ALSA's reported ranges, which could indicate support for impossible rates like 4GHz.
- Loading branch information
1 parent
075be85
commit 84bfaa3
Showing
2 changed files
with
51 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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