mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-19 06:00:26 +02:00
Add chapter metadata - added m4b format, generating chapters info and converting via ffmpeg
This commit is contained in:
+1
-1
@@ -652,7 +652,7 @@ class abogen(QWidget):
|
||||
self.format_combo.setStyleSheet(
|
||||
"QComboBox { min-height: 20px; padding: 6px 12px; }"
|
||||
)
|
||||
format_options = ["wav", "flac", "mp3"]
|
||||
format_options = ["wav", "flac", "mp3", "m4b"]
|
||||
self.format_combo.addItems(format_options)
|
||||
self.format_combo.setCurrentText(self.selected_format)
|
||||
self.format_combo.currentTextChanged.connect(self.on_format_changed)
|
||||
|
||||
Reference in New Issue
Block a user