Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ isAudioFile
Function
isAudioFile
packages/studio-server/src/helpers/mime.ts:38–40 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
36
}
37
38
export
function
isAudioFile(name: string): boolean {
39
return
(getMimeType(name) ??
""
).startsWith(
"audio/"
);
40
}
Callers
1
processUploadedFiles
Function · 0.50
Calls
1
getMimeType
Function · 0.85
Tested by
no test coverage detected