|
пре 4 година | |
---|---|---|
.. | ||
screenshots | пре 4 година | |
Changer.gd | пре 4 година | |
Changer.tscn | пре 3 година | |
Intro.ogg | пре 6 година | |
Intro.ogg.import | пре 6 година | |
README.md | пре 4 година | |
icon.png | пре 4 година | |
icon.png.import | пре 5 година | |
project.godot | пре 3 година |
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()
.