Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | 9 місяців тому | |
---|---|---|
.. | ||
screenshots | 4 роки тому | |
Changer.gd | 1 рік тому | |
Changer.tscn | 1 рік тому | |
Intro.ogg | 6 роки тому | |
Intro.ogg.import | 1 рік тому | |
README.md | 4 роки тому | |
icon.webp | 1 рік тому | |
icon.webp.import | 1 рік тому | |
project.godot | 9 місяців тому |
This is a demo showing how the audio output device can be changed from Godot.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/525
It uses the set_device()
method in
AudioServer
to change the audio device.
The list of devices is populated using get_device_list()
.