godot-demo-projects/audio/device_changer
Aaron Franke fcc7d5c723 Optimize PNG images using oxipng 2020-08-16 17:48:38 -05:00
..
screenshots Optimize PNG images using oxipng 2020-08-16 17:48:38 -05:00
Changer.gd Add README files to audio demos 2020-03-09 03:54:32 -04:00
Changer.tscn
Intro.ogg
Intro.ogg.import
README.md Add README files to audio demos 2020-03-09 03:54:32 -04:00
icon.png Improve icon.png for projects using default icon 2020-08-15 17:25:12 -05:00
icon.png.import
project.godot Clean up unused and outdated environment files 2020-06-27 20:58:19 -04:00

README.md

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