Skip to content

Commit 46c3371

Browse files
committed
docs: fix up changelog
1 parent 0438220 commit 46c3371

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Unreleased
22

3-
- Added `Sample::bits_per_sample` method.
3+
- Add `Sample::bits_per_sample` method.
44
- 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.
77
- ALSA: Change card enumeration to work like `aplay -L` does.
88
- ASIO: Fix linker flags for MinGW cross-compilation.
99
- 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.
1010
- CoreAudio: Change default audio device detection to be lazy when building a stream, instead of during device enumeration.
1111
- iOS: Fix example by properly activating audio session.
12-
- WASAPI: Expose IMMDevice from WASAPI host Device.
12+
- WASAPI: Expose `IMMDevice` from WASAPI host Device.
1313

1414
# Version 0.16.0 (2025-06-07)
1515

0 commit comments

Comments
 (0)