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 700efb2 commit 168c25fCopy full SHA for 168c25f
tutorials/audio/recording_with_microphone.rst
@@ -42,7 +42,7 @@ An ``AudioStreamPlayer`` named ``AudioStreamRecord`` is used for recording.
42
var idx = AudioServer.get_bus_index("Record")
43
# And use it to retrieve its first effect, which has been defined
44
# as an "AudioEffectRecord" resource.
45
- effect = AudioServer.get_bus_effect(idx, 0)
+ var effect = AudioServer.get_bus_effect(idx, 0)
46
47
.. code-tab:: csharp
48
0 commit comments