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