aboutsummaryrefslogtreecommitdiff
path: root/app/converter
diff options
context:
space:
mode:
Diffstat (limited to 'app/converter')
-rw-r--r--app/converter/clients/languages.py2
-rw-r--r--app/converter/config.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/converter/clients/languages.py b/app/converter/clients/languages.py
index c73dc7c..0925953 100644
--- a/app/converter/clients/languages.py
+++ b/app/converter/clients/languages.py
@@ -61,7 +61,7 @@ LANGUAGE_ISO_CODES = {
}
# Static selection-list order for the TUI Language menus (Settings and
-# Generate audiobooks): the languages of audio.cpp's WebUI language menus
+# Generate Audiobooks): the languages of audio.cpp's WebUI language menus
# (MagpieTTS + IndexTTS2) plus the shared display names, with common
# languages near the top. A static list — new audio.cpp menu languages
# need this tuple updated by hand.
diff --git a/app/converter/config.py b/app/converter/config.py
index 4694e80..7424a76 100644
--- a/app/converter/config.py
+++ b/app/converter/config.py
@@ -10,7 +10,7 @@ HEARTBEAT_INTERVAL_SECONDS = 30 # Print "still working" in console logs every N
# Words per TTS generation request (client-side chunking).
CHUNK_SIZE = 250
-# Default for "Stop server and exit" on the Generate audiobooks form
+# Default for "Stop server and exit" on the Generate Audiobooks form
# (TUI Settings menu: "Default stop server and exit").
STOP_SERVER_AND_EXIT = True
@@ -26,7 +26,7 @@ BACKEND = "audiocpp"
###############################################################################
# The qwen backend runs ONE demo server at a time, on this port. Which model
-# the server hosts is chosen per run on the Generate audiobooks screen and
+# the server hosts is chosen per run on the Generate Audiobooks screen and
# persisted below (see QWEN_MODEL); switching models restarts the server.
QWEN_API_URL = "http://127.0.0.1:7860" # single qwen-tts-demo server