[feat] add --set-speaker-names CLI flag; implement prompt-based speaker name assignment with tests

This commit is contained in:
2025-08-08 13:06:24 +02:00
parent 1d23be8066
commit 53a7471b99
4 changed files with 122 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
- [x] create missing folders for output files
- [x] for merging (command line flag) -> if not present, treat each file as separate output (--merge | -m)
- [x] for merge + separate output -> if present, treat each file as separate output and also output a merged version (--merge-and-separate)
- set speaker-names per input-file -> prompt user for each file if flag is set (--set-speaker-names)
- [x] set speaker-names per input-file -> prompt user for each file if flag is set (--set-speaker-names)
- fix cli output for model display
- refactor into proper cli app
- add support for video files -> use ffmpeg to extract audio