|
преди 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()
.