You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: