Hello Friends,
There are three devices connected to my Windows 10 computer. And now its connected to digital audio (HDMI). I want to change the audio output into speaker that I am unable to access it. Can someone help here? Any help would be greatly appreciated.
Check this demo: https://godotengine.org/asset-library/asset/525
It looks like it is based on AudioServer: https://docs.godotengine.org/en/stable/classes/class_audioserver.html Which has a function "get_device_list()", so you get an Array of device names, then use "set_device()" to set it.
Thank you so much cybereality for your help. Actually, I applied this method by opening the taskbar and select the device (speaker). Then I adjust the audio output, which is clearly suggested in the article.