diff options
author | Victoria Fisher <50275233+vtoriafisher@users.noreply.github.com> | 2020-06-11 02:32:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 02:32:51 -0400 |
commit | 718221a2ffd75765d875623a4d3064e1e9120aae (patch) | |
tree | 7b47e5620b64fc6022a6585510a855940d71663b | |
parent | c2b43403b4850b679bcf2524eac5bc2d52eec8f2 (diff) |
Adds full description for AudioEffectRecord.xml
-rw-r--r-- | doc/classes/AudioEffectRecord.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AudioEffectRecord.xml b/doc/classes/AudioEffectRecord.xml index 4dac81322f..a217342d98 100644 --- a/doc/classes/AudioEffectRecord.xml +++ b/doc/classes/AudioEffectRecord.xml @@ -4,6 +4,7 @@ Audio effect used for recording sound from a microphone. </brief_description> <description> + 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. </description> <tutorials> <link>https://docs.godotengine.org/en/latest/tutorials/audio/recording_with_microphone.html</link> |