Commit Graph

11 Commits

Author SHA1 Message Date
0293a13177 feat: add advanced transcription options for VAD, word-level timestamps, and translation 2026-04-11 14:06:04 +02:00
8d5c8d6097 feat: implement multiprocessing for transcription with immediate cancellation 2026-04-05 22:11:13 +02:00
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
Kristofer Söderström
b611aa6b8c removed messagebox 2023-11-06 10:13:04 +01:00
Kristofer Söderström
7d50d5f4cf QOL improvements 2023-11-06 09:57:44 +01:00
Kristofer Söderström
7799d03960 bug fixes 2023-11-06 09:31:53 +01:00
Kristofer Rolf Söderström
f88186dacc Update app.py 2023-10-19 09:26:43 +02: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