Constructs an instance of AudioMediaRecorder. Throws an error if window.MediaRecorder is undefined.
StaticgetRetrieves the singleton instance of AudioMediaRecorder.
The singleton instance of AudioMediaRecorder.
Initializes the MediaRecorder instance.
A Promise resolving to the initialized AudioMediaRecorder instance.
A singleton class for handling audio recording using the MediaRecorder API.