Class: AudioRecorder

AudioRecorder()

provides a simple interface for recording audio from a microphone using the Media Recorder API.

Constructor

new AudioRecorder()

Source:

Members

getAllRecordedSignals

Public method to get all the recorded audio signals
Source:

getLastRecordedSignal

Public method to get the last recorded audio signal
Source:

setSinkSamplingRate

Public method to set the sampling rate used by the capture device
Source:

startRecording

Public method to start the recording process.
Source:

stopRecording

Method to stop the recording process.
Source: