Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
319
export
function
getMimeType(format: string): string {
320
return
AUDIO_MIME_TYPES[format] ||
'audio/mpeg'
321
}
Callers
6
synthesizeWithOpenAi
Function · 0.90
synthesizeWithDeepgram
Function · 0.90
synthesizeWithCartesia
Function · 0.90
synthesizeWithGoogle
Function · 0.90
synthesizeWithAzure
Function · 0.90
synthesizeWithPlayHT
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected