Skip to content

Commit 3f350a4

Browse files
authored
Add note on enabling driver input in recording_with_microphone.rst to allow mic recording (#8960)
* Make enable input instruction clearer in recording_with_microphone.rst
1 parent 0ad98db commit 3f350a4

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
@@ -12,7 +12,7 @@ A simple demo is included in the official demo projects and will be used as
1212
support for this tutorial:
1313
`<https://github.com/godotengine/godot-demo-projects/tree/master/audio/mic_record>`_.
1414

15-
You will need to enable audio input in the project settings, or you'll just get empty audio files.
15+
You will need to enable audio input in the project settings ``Project Settings -> Audio -> Driver -> Enable Input``, or you'll just get empty audio files.
1616

1717
The structure of the demo
1818
-------------------------

0 commit comments

Comments
 (0)