From 3f350a40c4a71bbba303b208d73f3eaf3a02fe93 Mon Sep 17 00:00:00 2001 From: Arpit Srivastava <52847458+Skyvastern@users.noreply.github.com> Date: Fri, 16 Feb 2024 07:51:06 +0530 Subject: [PATCH] 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 --- tutorials/audio/recording_with_microphone.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------------------------