type AudioMimeType = Extract<MimeType, "audio/wav" | "audio/mp4">;
Represents the audio MIME types used in the editor.