MCPcopy Index your code
hub / github.com/simstudioai/sim / getMimeType

Function getMimeType

apps/sim/tools/tts/types.ts:319–321  ·  view source on GitHub ↗
(format: string)

Source from the content-addressed store, hash-verified

317
318// Get MIME type from format
319export function getMimeType(format: string): string {
320 return AUDIO_MIME_TYPES[format] || 'audio/mpeg'
321}

Callers 6

synthesizeWithOpenAiFunction · 0.90
synthesizeWithDeepgramFunction · 0.90
synthesizeWithCartesiaFunction · 0.90
synthesizeWithGoogleFunction · 0.90
synthesizeWithAzureFunction · 0.90
synthesizeWithPlayHTFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected