Skip to content

Commit 168c25f

Browse files
authored
Update recording_with_microphone.rst
1 parent 700efb2 commit 168c25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/audio/recording_with_microphone.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ An ``AudioStreamPlayer`` named ``AudioStreamRecord`` is used for recording.
4242
var idx = AudioServer.get_bus_index("Record")
4343
# And use it to retrieve its first effect, which has been defined
4444
# as an "AudioEffectRecord" resource.
45-
effect = AudioServer.get_bus_effect(idx, 0)
45+
var effect = AudioServer.get_bus_effect(idx, 0)
4646

4747
.. code-tab:: csharp
4848

0 commit comments

Comments
 (0)