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 a2a15f9 commit fcb37edCopy full SHA for fcb37ed
audio/mic_input/MicRecord.gd
@@ -126,7 +126,7 @@ func _on_open_user_folder_button_pressed() -> void:
126
127
# 400Hz frequency can be used (from another device) to probe a stereo microphone
128
# response due to where there should be 8 wavelengths in the space of 20ms (2.5ms per wave).
129
-# The wavelength is then 343/400=0.8575m long.
+# The wavelength is then 343/400=0.8575m long.
130
func _on_option_tone_item_selected(index : int) -> void:
131
if index != 0:
132
$AudioGenerator.playing = true
0 commit comments