detectAudioMimeType
detectAudioMimeType(
data):AudioMimeType|null
Defined in: core/input-content.ts:272
Detect the MIME type of audio data from magic bytes.
Parameters
Section titled “Parameters”Raw audio data
Buffer<ArrayBufferLike> | Uint8Array<ArrayBufferLike>
Returns
Section titled “Returns”AudioMimeType | null
Detected MIME type or null if unknown