Skip to content
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

Change audio output device on Win32 Backend #162

Open
ssarpv opened this issue Apr 6, 2021 · 1 comment
Open

Change audio output device on Win32 Backend #162

ssarpv opened this issue Apr 6, 2021 · 1 comment

Comments

@ssarpv
Copy link

ssarpv commented Apr 6, 2021

I'm trying to create a soundboard kind of application and in order for me to do it I need to play audio to a speaker that is not the default/currently used speaker in Windows 10. However, looking at the documentation, I am told to use

device - The name of the playback device. E.g. 'hw:0,0' for first device of first sound card or 'hw:1,0' for first device of second sound card. Defaults to null which will pick the default device.

However doing so does not change the output device, I have tried to change both values but no luck. I believe this option is for ALSA only but is there any way to use this on the Win32 backend?

@nacgarg
Copy link
Contributor

nacgarg commented Jun 30, 2021

I created a pull request a few months ago to add this functionality: #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants