-
Notifications
You must be signed in to change notification settings - Fork 2
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
add set voice and get voices #2
Comments
Hi! I looked into implementing this but quickly got turned off by the complexity of the COM API. I see that there's a newer Rust package https://github.com/vstojkovic/sapi-lite that provides a much nicer abstraction for interacting with voice selections, but it uses the wimdows-rs Win32 bindings instead of winapi. Is there any way to use that package without swapping out all the current bindings? |
To your direct question it should be possible for a binary to use |
Cool, I'm first attempting a port to |
So that we can switch voices in settings.
The text was updated successfully, but these errors were encountered: