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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Unreleased
2
2
3
-
-ASIO: Fix linker flags for MinGW cross-compilation.
3
+
-Added `Sample::bits_per_sample` method.
4
4
- ALSA(process_output): Pass `silent=true` to `PCM.try_recover`, so it doesn't write to stderr.
5
5
- ALSA: Fix buffer and period size by selecting the closest supported values.
6
6
- ALSA: Change ALSA periods from 4 to 2.
7
7
- ALSA: Change card enumeration to work like `aplay -L` does.
8
+
- ASIO: Fix linker flags for MinGW cross-compilation.
8
9
- 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.
9
10
- CoreAudio: Change default audio device detection to be lazy when building a stream, instead of during device enumeration.
10
11
- iOS: Fix example by properly activating audio session.
0 commit comments