1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Implemented capture device selection for CoreAudio

This commit is contained in:
Marcelo Fernandez
2018-07-25 15:35:52 -03:00
committed by Saracen
parent 061358d838
commit 2cf8da9d9f
6 changed files with 226 additions and 161 deletions

View File

@@ -786,7 +786,7 @@ Error AudioDriverWASAPI::capture_stop() {
return FAILED;
}
void AudioDriverWASAPI::capture_set_device(StringName p_name) {
void AudioDriverWASAPI::capture_set_device(const String &p_name) {
lock();
audio_input.new_device = p_name;