aboutsummaryrefslogtreecommitdiff
path: root/audiobook_converter.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-18 03:00:16 -0400
committerhistoria <historiavg@proton.me>2026-08-18 03:00:16 -0400
commitde5b2d9ca7302ade711d9dfb32b2fe8047f55cc2 (patch)
tree410f9a0ffd996d2ac14843e8f78947c36ff12d43 /audiobook_converter.py
parent6d0e740b4225859457109821a4c77feff72c24b5 (diff)
downloadtts-audiobook-generator-de5b2d9ca7302ade711d9dfb32b2fe8047f55cc2.tar.gz
feat: support .ogg and .flac output
Diffstat (limited to 'audiobook_converter.py')
-rwxr-xr-xaudiobook_converter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/audiobook_converter.py b/audiobook_converter.py
index 82eae9a..eb9beba 100755
--- a/audiobook_converter.py
+++ b/audiobook_converter.py
@@ -84,8 +84,8 @@ Examples:
parser.add_argument(
"--single-file",
action="store_true",
- help=("Combine all chapters into a single mp3. By default books with "
- "chapters (e.g. EPUB) are converted to one mp3 per chapter. "
+ help=("Combine all chapters into a single audio file. By default books with "
+ "chapters (e.g. EPUB) are converted to one file per chapter. "
"Ignored for m4b, which is always a single file.")
)