aboutsummaryrefslogtreecommitdiff
path: root/converter/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'converter/config.py')
-rw-r--r--converter/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/config.py b/converter/config.py
index b4d7f22..ec84986 100644
--- a/converter/config.py
+++ b/converter/config.py
@@ -82,8 +82,8 @@ HEARTBEAT_INTERVAL_SECONDS = 30 # Print "still working" this often during a chu
# AUDIO OUTPUT SETTINGS
# =============================================================================
-AUDIO_FORMAT = "mp3" # Default output container ("mp3" or "m4b")
-AUDIO_FORMATS = ("mp3", "m4b")
+AUDIO_FORMAT = "mp3" # Default output container
+AUDIO_FORMATS = ("mp3", "m4b", "ogg", "flac")
AUDIO_BITRATE = "128k"
SUPPORTED_FORMATS = [".txt", ".pdf", ".epub"]