From e56754498f1c6b2a9dabb62529f783e73fae8e6b Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 18 Aug 2026 17:58:04 -0400 Subject: feat: language parameter for potential accent tuning --- converter/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/audio.py') diff --git a/converter/audio.py b/converter/audio.py index ebcac21..4fd1721 100644 --- a/converter/audio.py +++ b/converter/audio.py @@ -282,7 +282,7 @@ def _collect_chunk_files(total_chunks: int, def combine_chunks(total_chunks: int, output_path: Path, chunk_results: Optional[Dict[int, Optional[Path]]] = None, - speed: float = 1.0, output_format: str = "mp3", + speed: float = 1.0, output_format: str = config.AUDIO_FORMAT, intermediate: bool = False, meta: Optional[TrackMeta] = None, cover: Optional[Path] = None) -> bool: -- cgit v1.2.3