We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d418779 commit 7bc9b76Copy full SHA for 7bc9b76
audio/mic_feed/MicRecord.gd
@@ -24,7 +24,7 @@ func _ready() -> void:
24
25
for d in AudioServer.get_output_device_list():
26
$OptionOutput.add_item(d)
27
- assert ($OptionOutput.get_item_text($OptionOutput.selected) == "Default")
+ assert($OptionOutput.get_item_text($OptionOutput.selected) == "Default")
28
29
input_mix_rate = int(AudioServer.get_input_mix_rate())
30
print("Input mix rate: ", input_mix_rate)
0 commit comments