You've already forked godot
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:
committed by
Saracen
parent
061358d838
commit
2cf8da9d9f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user