浏览代码

Update recording_with_microphone.rst (#5986)

* Update recording_with_microphone.rst

Added the detail that you need to enable the mic in the project settings, as I just spent about two hours wondering why it wasn't working like the example.
TheLegoSensei 3 年之前
父节点
当前提交
65c8880d2f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tutorials/audio/recording_with_microphone.rst

+ 2 - 0
tutorials/audio/recording_with_microphone.rst

@@ -10,6 +10,8 @@ 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.
+
 The structure of the demo
 -------------------------