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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Unreleased
2
2
3
-
-Added`Sample::bits_per_sample` method.
3
+
-Add`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
-
- ALSA: Fix BufferSize::Fixed by selecting the nearest supported frame count.
6
-
- ALSA: Change BufferSize::Default to use the device defaults instead of 4 periods of 25 ms.
5
+
- ALSA: Fix `BufferSize::Fixed` by selecting the nearest supported frame count.
6
+
- ALSA: Change `BufferSize::Default` to use the device defaults.
7
7
- ALSA: Change card enumeration to work like `aplay -L` does.
8
8
- ASIO: Fix linker flags for MinGW cross-compilation.
9
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.
10
10
- CoreAudio: Change default audio device detection to be lazy when building a stream, instead of during device enumeration.
11
11
- iOS: Fix example by properly activating audio session.
12
-
- WASAPI: Expose IMMDevice from WASAPI host Device.
12
+
- WASAPI: Expose `IMMDevice` from WASAPI host Device.
0 commit comments