Releases: HEnquist/wasapi-rs
Releases · HEnquist/wasapi-rs
v0.22.0
v0.21.0
What's Changed
- Fix memory leaks. Expose session enumerator and methods to get process ids and ducking behavior. by @nickatrecall in #52
New Contributors
- @nickatrecall made their first contribution in #52
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- Add get_device_format method to Device by @edvard-pettersen-elas-ai in #49
- Add set_client_properties method to cover all AudioClientProperties by @edvard-pettersen-elas-ai in #48
- Bump to 0.20, add sponsor link, clippy lints by @HEnquist in #50
New Contributors
- @edvard-pettersen-elas-ai made their first contribution in #49
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Support more buffer info, exposing frame index and timestamp. by @dtzxporter in #46
- Bump version, update dev dependencies by @HEnquist in #47
New Contributors
- @dtzxporter made their first contribution in #46
Full Changelog: v0.18.0...v0.19.0
v0.18.0
v0.17.0
v0.16.0
- Better errors, various usability improvements (thanks to @nullstalgia).
- Update windows crate to latest.