Variable AUDIO_FILE_EXTENSIONSConst
AUDIO_FILE_EXTENSIONS: Readonly<
{
aac: "audio/aac";
flac: "audio/flac";
m4a: "audio/mp4";
mid: "audio/midi";
mp3: "audio/mpeg";
ogg: "audio/ogg";
opus: "audio/opus";
wav: "audio/wav";
webm: "audio/webm";
},
> = ...
The supported file extensions for audio-type files, and their corresponding mime types.