MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / isAacSidecar

Function isAacSidecar

packages/engine/src/services/chunkEncoder.ts:50–52  ·  view source on GitHub ↗
(audioPath: string)

Source from the content-addressed store, hash-verified

48}
49
50function isAacSidecar(audioPath: string): boolean {
51 return extname(audioPath).toLowerCase() === ".aac";
52}
53
54const KNOWN_NON_AAC_AUDIO_EXTENSIONS = new Set([
55 ".flac",

Callers 1

shouldCopyAacSidecarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected