| 198 | } |
| 199 | |
| 200 | export interface Waveform { |
| 201 | buffer: Buffer, |
| 202 | } |
| 203 | |
| 204 | export async function renderWaveformPng({ filePath, start, duration, resample, color, streamIndex, timeout }: { |
| 205 | filePath: string, |
nothing calls this directly
no outgoing calls
no test coverage detected