Commit Graph

9 Commits

Author SHA1 Message Date
e29572420e feat: enhance transcription capabilities with MLX support and backend detection 2026-04-04 00:32:36 +02:00
Kristofer Söderström
f7d621e510 Add timestamps toggle and update transcription format to include/exclude timestamps 2026-03-20 20:19:46 +01:00
soderstromkr
58255c3d10 fix: Linux/Ubuntu support — icon fallback, HiDPI scaling, CUDA lib paths, per-file timing
- app.py: graceful icon loading (no crash on Linux Tk without .ico support)
- app.py: auto-detect display scaling for 4K/HiDPI screens
- _LocalTranscribe.py: register NVIDIA pip-package .so paths on Linux (LD_LIBRARY_PATH)
  so faster-whisper finds libcublas/libcudnn at runtime
- _LocalTranscribe.py: auto-fallback to CPU if CUDA runtime libs missing
- _LocalTranscribe.py: filter input to supported media extensions only
- _LocalTranscribe.py: show real decode errors instead of generic skip message
- _LocalTranscribe.py: per-file timer showing wall-clock vs audio duration
2026-03-02 21:49:32 +01:00
Kristofer Söderström
f8cf42733d Revamp: embedded console, faster-whisper, simplified install 2026-03-02 17:02:16 +01:00
copilot-swe-agent[bot]
da42a6e4cc Add .gitignore and remove __pycache__ files
Co-authored-by: soderstromkr <23003509+soderstromkr@users.noreply.github.com>
2026-01-22 13:00:38 +00:00
copilot-swe-agent[bot]
0dab0d9bea Add explicit device parameter to whisper.load_model()
Co-authored-by: soderstromkr <23003509+soderstromkr@users.noreply.github.com>
2026-01-22 13:00:21 +00:00
Yaroslav P
049a168c81 amd graphic card support 2025-03-05 16:23:10 +02:00
Kristofer Söderström
7799d03960 bug fixes 2023-11-06 09:31:53 +01:00
Kristofer Söderström
d96333a5a7 Complete rework for GUI, experimental EXE file and other minor changes, see readme for more info 2023-06-30 16:11:59 +02:00