diff options
| author | historia <historiavg@proton.me> | 2026-08-18 17:58:04 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-18 17:58:04 -0400 |
| commit | e56754498f1c6b2a9dabb62529f783e73fae8e6b (patch) | |
| tree | 20ea86a16d6c51c4bfd793cea56fd76ae9985671 /converter/audio.py | |
| parent | 50f1825f05972e3685c55beb10c288899959b2e5 (diff) | |
| download | tts-audiobook-generator-e56754498f1c6b2a9dabb62529f783e73fae8e6b.tar.gz | |
feat: language parameter for potential accent tuning
Diffstat (limited to 'converter/audio.py')
| -rw-r--r-- | converter/audio.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
