[feat] improve model selection prompt with two-stage filtering and formatted output; add corresponding tests

This commit is contained in:
2025-08-08 13:21:51 +02:00
parent 53a7471b99
commit 1cad6d593d
2 changed files with 147 additions and 43 deletions

View File

@@ -8,7 +8,7 @@
- [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)
- [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
- [x] fix cli output for model display
- refactor into proper cli app
- add support for video files -> use ffmpeg to extract audio
- detect gpus and use them