How do you change audio driver in Godot 3.0?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By imekon
:warning: Old Version Published before Godot 3 was released.

I can see code for WASAPI, XAudio2 and RtAudio built into godot, and I can see a “driver” section in audio. But what value do I put there? Only WASAPI appears to work?

I’m curious to see if changing driver fixes an Ogg Vorbis streaming problem I’m having.

:bust_in_silhouette: Reply From: imekon

I’ve been told RtAudio-DirectSound is another choice which works.