The AudioRecorder allows cross browser recording of audio from an input MediaStream. It uses the native MediaStream Recording APIs if available, else, it process raw audio data and converts it to a blob.
Construct an AudioRecorder instance and will start the recording immediately.
The resuling object url that can be used for audio playback
Stops the recording process. If successful, the .url property will be populated.
.url
Generated using TypeDoc
The AudioRecorder allows cross browser recording of audio from an input MediaStream. It uses the native MediaStream Recording APIs if available, else, it process raw audio data and converts it to a blob.