Skip to main content

Interface: SoundRecorderResults

Properties

audioBase64

audioBase64: string

The recorded audio as a base 64 string.

Source

SoundRecorderResults.ts:13


audioBlob

audioBlob: Blob

The recorded audio as a Blob.

Source

SoundRecorderResults.ts:15


audioTrackSettings?

optional audioTrackSettings: MediaTrackSettings[]

The settings of the audio tracks when the recording began.

Source

SoundRecorderResults.ts:11


beginIso8601Timestamp

beginIso8601Timestamp: string

The ISO 8601 device timestamp when the recording began.

Source

SoundRecorderResults.ts:5


duration

duration: number

The duration of the recording in milliseconds.

Remarks

The duration may be different from the timestamp end minus begin times if the recording was paused.

Source

SoundRecorderResults.ts:9


endIso8601Timestamp

endIso8601Timestamp: string

The ISO 8601 device timestamp when the recording ended.

Source

SoundRecorderResults.ts:7


mimeType

mimeType: string

The MIME type of the recorded audio, possibly including the codec.

Source

SoundRecorderResults.ts:3