Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | há 9 meses atrás | |
---|---|---|
.. | ||
screenshots | há 4 anos atrás | |
Changer.gd | há 1 ano atrás | |
Changer.tscn | há 1 ano atrás | |
Intro.ogg | há 6 anos atrás | |
Intro.ogg.import | há 1 ano atrás | |
README.md | há 4 anos atrás | |
icon.webp | há 1 ano atrás | |
icon.webp.import | há 1 ano atrás | |
project.godot | há 9 meses atrás |
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()
.