-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WASAPI: Improve how default devices are created to support automatic stream routing #754
base: master
Are you sure you want to change the base?
Conversation
…able automatic stream routing in case the default device changes
# Conflicts: # Cargo.toml # src/host/wasapi/device.rs
Will the pr be merged? The feature is quite important to handle device changes IMO. |
# Conflicts: # Cargo.toml # src/host/wasapi/device.rs
@est31 I would personally be able to revive/bring this PR forward if you have time to review - no worries if not. |
@jacksongoode please, tell me your opinion on it. |
@est31 I guess I'm wondering if there's anything blocking on this or if we could get a review from a maintainer? I'd be happy to make changes with a review from someone more familiar with this library. |
Thank you for working on this PR! I'm switching my app to use it, hopefully it gets upstreamed someday. |
Use
ActivateAudioInterfaceAsync
to create default input/output devices to support automatic stream routing.Related issues: #740
Open questions: