|
hace 4 años | |
---|---|---|
.. | ||
screenshots | hace 4 años | |
Changer.gd | hace 4 años | |
Changer.tscn | hace 3 años | |
Intro.ogg | hace 6 años | |
Intro.ogg.import | hace 6 años | |
README.md | hace 4 años | |
icon.png | hace 4 años | |
icon.png.import | hace 5 años | |
project.godot | hace 3 años |
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()
.