Stops the audio capturing process
audio_stopCapture(line)
Java object. Audio line.
This function stops the audio capture process started by audio_startCapture.
// Requires a microphone line = audio_getLine(16000,16,1,%t,%t,2,10); audio_startCapture(line) messagebox("Please say something and then click OK to continue","modal"); audio_snapshot(line) audio_playSnapshot(line) audio_stopCapture(line) | ![]() | ![]() |