Skip to content

Commit 1e76f0a

Browse files
committed
Merge remote-tracking branch 'upstream/master' into asio_control_panel
2 parents bf2d7a3 + 6627959 commit 1e76f0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- **ALSA**: `Debug` implementations for `Host`, `Device`, `Stream`, and internal types.
1414
- **ALSA**: Example demonstrating ALSA error suppression during enumeration.
1515
- **ASIO**: Extension trait for ASIO devices, which allows opening the control panel.
16+
- **WASAPI**: Allow non-native sample rates to be used via as-necessary resampling in the WASAPI server process.
1617

1718
### Changed
1819

@@ -25,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2526
- **ALSA**: Enumerating input and output devices no longer interferes with each other.
2627
- **ALSA**: Device handles are no longer exclusively held between operations.
2728
- **ALSA**: Valgrind memory leak reports from ALSA global configuration cache.
29+
- **ALSA**: Fix possible race condition on drop.
2830

2931
## [0.17.1] - 2026-01-04
3032

0 commit comments

Comments
 (0)