Starts recording from the microphone.
buffer is the variable where the sound will be stored.
length is the length of the sound you want to record.
Returns the volume of the sound that the microphone is recording.
Plays a sound that was recorded.
channel is the sound channel you want to replay the sound on.
buffer is the variable where the sound was stored when recorded.
length is the length of the sound you want to replay.