Skip to content

Commit

Permalink
Merge pull request #39453 from vtoriafisher/master
Browse files Browse the repository at this point in the history
Adds full description for AudioEffectRecord.xml.
  • Loading branch information
akien-mga authored Jun 11, 2020
2 parents 1f3fa6e + 718221a commit b38d3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/AudioEffectRecord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b38d3a7

Please sign in to comment.