mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Added new WASAPI driver for Windows
This commit is contained in:
@@ -224,6 +224,7 @@ void AudioDriverRtAudio::finish() {
|
||||
|
||||
AudioDriverRtAudio::AudioDriverRtAudio() {
|
||||
|
||||
active = false;
|
||||
mutex = NULL;
|
||||
mix_rate = 44100;
|
||||
output_format = OUTPUT_STEREO;
|
||||
|
||||
Reference in New Issue
Block a user