소스 검색

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
Arpit Srivastava 1 년 전
부모
커밋
3f350a40c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/audio/recording_with_microphone.rst

+ 1 - 1
tutorials/audio/recording_with_microphone.rst

@@ -12,7 +12,7 @@ A simple demo is included in the official demo projects and will be used as
 support for this tutorial:
 `<https://github.com/godotengine/godot-demo-projects/tree/master/audio/mic_record>`_.
 
-You will need to enable audio input in the project settings, or you'll just get empty audio files.
+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.
 
 The structure of the demo
 -------------------------