diff --git a/js/download-utils.ts b/js/download-utils.ts index 04f9ad2..dd991de 100644 --- a/js/download-utils.ts +++ b/js/download-utils.ts @@ -99,6 +99,8 @@ export async function applyAudioPostProcessing( if (format) { try { blob = await transcodeWithCustomFormat(blob, format, onProgress, signal); + + return blob; } catch (encodingError) { if (onProgress) { onProgress({