Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | vor 9 Monaten | |
---|---|---|
.. | ||
screenshots | vor 4 Jahren | |
Changer.gd | vor 1 Jahr | |
Changer.tscn | vor 1 Jahr | |
Intro.ogg | vor 6 Jahren | |
Intro.ogg.import | vor 1 Jahr | |
README.md | vor 4 Jahren | |
icon.webp | vor 1 Jahr | |
icon.webp.import | vor 1 Jahr | |
project.godot | vor 9 Monaten |
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()
.