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