Files
godot-demo-projects/audio/device_changer
Aaron Franke f9e7456b70 Add descriptions to all projects with README files
These show up in the project manager when hovering over projects.
2020-03-16 20:50:53 -04:00
..
2020-03-09 03:54:32 -04:00
2018-10-08 22:23:23 -03:00
2018-10-08 22:23:23 -03:00
2020-03-09 03:54:32 -04:00

Audio Device Changer

This is a demo showing how the audio output device can be changed from Godot.

Language: GDScript

Renderer: GLES 2

How does it work?

It uses the set_device() method in AudioServer to change the audio device. The list of devices is populated using get_device_list().

Screenshots

Screenshot