fix(ffmpeg): pass abort signal from ffmpegInfo to inner ffmpeg call

This commit is contained in:
Daniel 2026-03-28 19:27:31 -05:00
parent cde606b5cc
commit 113d0c513f

View file

@ -199,6 +199,7 @@ export async function ffmpegInfo(audioBlob, { onProgress = null, signal = null }
onProgress?.(progress);
},
signal,
logConsole: false,
});
} catch (err) {