Adds full description for AudioEffectRecord.xml
This commit is contained in:
parent
c2b43403b4
commit
718221a2ff
|
@ -4,6 +4,7 @@
|
||||||
Audio effect used for recording sound from a microphone.
|
Audio effect used for recording sound from a microphone.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<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>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
<link>https://docs.godotengine.org/en/latest/tutorials/audio/recording_with_microphone.html</link>
|
<link>https://docs.godotengine.org/en/latest/tutorials/audio/recording_with_microphone.html</link>
|
||||||
|
|
Loading…
Reference in New Issue