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