[feat] add GPU backend support with runtime selection; refactor transcription logic; update CLI and tests

This commit is contained in:
2025-08-08 16:19:02 +02:00
parent 7a6a313107
commit bc8bbdc381
6 changed files with 312 additions and 62 deletions

View File

@@ -12,6 +12,7 @@
- [x] refactor into proper cli app
- [x] add support for video files -> use ffmpeg to extract audio
- detect gpus and use them
- refactor project
- add error handling
- add verbose flag (--verbose | -v) + add logging
- add documentation