Initiate a recording session, pause the recorder, and then continue the session to finish recording a full audio clip.
Create an audio recording object and start recording using a microphone on your system.
Recording in progress now ...
Pause the recording and check the status of the audiorecorder
object. The isrecording
function returns 1
when recording is progress and 0
when the recording is not in progress.
Listen to the audio that has been recorded so far.
Before proceeding with the recording session, check the status of the
audioplayer
object. The isplaying
function returns
1
when playback is progress and 0
when the playback
is not in progress.
Next, resume the recording and capture more audio in the audiorecorder
object.
To finalize the audio clip, after you have recorded more material, stop the recording.
Get the full audio clip from the audiorecorder
object and play it.