From aa448a2a07eb5cf3de4db0d5f0f75ff78f76cac9 Mon Sep 17 00:00:00 2001 From: Victoria Fisher <50275233+vtoriafisher@users.noreply.github.com> Date: Thu, 11 Jun 2020 02:32:51 -0400 Subject: [PATCH] Adds full description for AudioEffectRecord.xml (cherry picked from commit 718221a2ffd75765d875623a4d3064e1e9120aae) --- doc/classes/AudioEffectRecord.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/AudioEffectRecord.xml b/doc/classes/AudioEffectRecord.xml index 9631b9d3dff..686c24e34ba 100644 --- a/doc/classes/AudioEffectRecord.xml +++ b/doc/classes/AudioEffectRecord.xml @@ -4,6 +4,7 @@ Audio effect used for recording sound from a microphone. + Allows the user to record sound from a microphone. It sets and gets the format in which the audio file will be recorded (8-bit, 16-bit, or compressed). It checks whether or not the recording is active, and if it is, records the sound. It then returns the recorded sample. https://docs.godotengine.org/en/latest/tutorials/audio/recording_with_microphone.html