You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreAudio: Optimize sample rate range handling with fallback mechanism
- Return single config when all sample rate ranges have identical min/max values
- Improve iterator usage for better code clarity and consistency
- Follow RtAudio approach for handling device sample rate inconsistencies
Fixes issues with redundant sample rate configs that most CoreAudio devices report.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
- ALSA(process_output): pass `silent=true` to `PCM.try_recover`, so it doesn't write to stderr
4
4
- WASAPI: Expose IMMDevice from WASAPI host Device.
5
+
- CoreAudio: `Device::supported_configs` now returns a single element containing the available sample rate range when all elements have the same `mMinimum` and `mMaximum` values (which is the most common case).
0 commit comments