Class: MicrophoneRecorder
Constructors
Constructor
new MicrophoneRecorder(): MicrophoneRecorder;Returns
MicrophoneRecorder
Methods
start()
start(config): Promise<void>;Starts recording from the microphone or provided stream.
Parameters
| Parameter | Type |
|---|---|
config | MicrophoneConfig |
Returns
Promise<void>
stop()
stop(): void;Returns
void
