fix(ffmpeg): pass abort signal from ffmpegInfo to inner ffmpeg call
This commit is contained in:
parent
cde606b5cc
commit
113d0c513f
1 changed files with 1 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ export async function ffmpegInfo(audioBlob, { onProgress = null, signal = null }
|
||||||
|
|
||||||
onProgress?.(progress);
|
onProgress?.(progress);
|
||||||
},
|
},
|
||||||
|
signal,
|
||||||
logConsole: false,
|
logConsole: false,
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue