diff --git a/tutorials/audio/recording_with_microphone.rst b/tutorials/audio/recording_with_microphone.rst index b4f28fff4..cca0a26f1 100644 --- a/tutorials/audio/recording_with_microphone.rst +++ b/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: ``_. -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 -------------------------