Skip to content

Commit 6d4ce77

Browse files
committed
docs: clarify CoreAudio loopback recording support for macOS > 14.6
1 parent b7c0eac commit 6d4ce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- CoreAudio: Change `Device::supported_configs` to return a single element containing the available sample rate range when all elements have the same `mMinimum` and `mMaximum` values.
1919
- CoreAudio: Change default audio device detection to be lazy when building a stream, instead of during device enumeration.
2020
- CoreAudio: Add `i8`, `i32` and `I24` sample format support (24-bit samples stored in 4 bytes).
21-
- CoreAudio: Add support for loopback recording (recording system audio output) on macOS.
21+
- CoreAudio: Add support for loopback recording (recording system audio output) on macOS > 14.6.
2222
- CoreAudio: Update `mach2` to 0.5.
2323
- CoreAudio: Configure device buffer to ensure predictable callback buffer sizes.
2424
- CoreAudio: Fix timestamp accuracy.

0 commit comments

Comments
 (0)