Commit Graph

109 Commits

Author SHA1 Message Date
Kristofer Rolf Söderström
2a1df6aeba Update Python installation instructions in README
Clarified installation instructions for Python 3.10 or later, specifying preferred installation method.
2026-03-03 08:35:03 +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
ea43074852 Update README.md: Add manual installation instructions for troubleshooting launcher issues 2026-03-02 17:17:35 +01:00
Kristofer Söderström
7b81778d9e Update README.md: Simplify installation instructions and clarify auto-installation process 2026-03-02 17:16:09 +01:00
Kristofer Söderström
e65462f57b Update README.md: Add link to classic release in Mac user note 2026-03-02 17:13:05 +01:00
Kristofer Söderström
09e3e43c51 Update README.md: Reorder features for clarity and emphasize integrated console 2026-03-02 17:11:13 +01:00
Kristofer Söderström
d4c26f6c37 Update README.md: Rearrange new features for clarity and highlight Swedish-optimised models 2026-03-02 17:10:15 +01:00
Kristofer Söderström
acb6947f87 Update README.md: Revise installation instructions and clarify platform-specific run commands 2026-03-02 17:04:59 +01:00
Kristofer Söderström
f8cf42733d Revamp: embedded console, faster-whisper, simplified install revamp 2026-03-02 17:02:16 +01:00
Kristofer Rolf Söderström
7d3fe1ba26 Merge pull request #11 from soderstromkr/copilot/update-whisper-device-parameter
Pass explicit device parameter to whisper.load_model() for MPS acceleration
classic
2026-01-22 14:03:13 +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
copilot-swe-agent[bot]
953c71ab28 Initial plan 2026-01-22 12:57:09 +00:00
Kristofer Rolf Söderström
5522bdd575 Merge pull request #6
Merged pull request #6
2026-01-22 13:53:23 +01:00
Kristofer Rolf Söderström
861c470330 Merge pull request #10 from soderstromkr/copilot/add-readme-gpu-support
Add GPU support documentation to README
2026-01-22 13:44:11 +01:00
copilot-swe-agent[bot]
6de6d4b2ff Add GPU support section to README with CUDA PyTorch installation instructions
Co-authored-by: soderstromkr <23003509+soderstromkr@users.noreply.github.com>
2026-01-22 12:42:09 +00:00
copilot-swe-agent[bot]
01552cc7cb Initial plan 2026-01-22 12:40:19 +00:00
Yaroslav P
049a168c81 amd graphic card support 2025-03-05 16:23:10 +02:00
Kristofer Rolf Söderström
56a925463f Update README.md 2024-05-17 08:51:16 +02:00
Kristofer Rolf Söderström
fe60b04020 Update README.md 2024-05-17 08:49:28 +02:00
Kristofer Rolf Söderström
ff06a257f2 Update README.md 2024-05-17 08:47:57 +02:00
Kristofer Rolf Söderström
5e31129ea2 Create requirements.txt 2024-05-17 08:44:39 +02:00
Kristofer Rolf Söderström
3f0bca02b7 Update README.md 2024-05-17 08:44:09 +02:00
Kristofer Rolf Söderström
488e78a5ae Update README.md 2024-05-17 08:42:42 +02:00
Kristofer Rolf Söderström
829a054300 Update README.md 2024-05-17 08:40:42 +02:00
Kristofer Rolf Söderström
462aae12ca Update README.md 2024-05-17 08:09:30 +02:00
Kristofer Rolf Söderström
fec9190ba1 Update README.md 2024-05-17 08:08:51 +02:00
Kristofer Rolf Söderström
0dde25204d Update README.md
removed other installation options from readme
2024-05-17 08:07:00 +02:00
Kristofer Söderström
b611aa6b8c removed messagebox v1.2.5 2023-11-06 10:13:04 +01:00
Kristofer Söderström
7d50d5f4cf QOL improvements v1.2.4 2023-11-06 09:57:44 +01:00
Kristofer Söderström
7799d03960 bug fixes v1.2.3 2023-11-06 09:31:53 +01:00
Kristofer Rolf Söderström
f88186dacc Update app.py v1.2.2 2023-10-19 09:26:43 +02:00
Kristofer Rolf Söderström
3f5c1491ac Delete build.zip 2023-10-19 09:20:55 +02:00
Kristofer Rolf Söderström
c83e15bdba Update README.md 2023-10-19 09:20:29 +02:00
Kristofer Rolf Söderström
ff16ad30e1 Merge pull request #2 from ValentinFunk/patch-1
Fix mac instructions link
2023-10-19 09:09:01 +02:00
Valentin
622165b3e6 Update Mac_instructions.md 2023-09-08 10:11:02 +02:00
Valentin
0e9cbdca58 Fix mac instructions link 2023-09-08 10:09:15 +02:00
Kristofer Söderström
87cb509b14 added windows exe in as zip v1.2.1 2023-06-30 17:26:24 +02:00
Kristofer Söderström
ba935cafb7 formatting 2023-06-30 16:32:37 +02:00
Kristofer Söderström
6497508b7a fix formatting 2023-06-30 16:23:07 +02:00
Kristofer Söderström
d96333a5a7 Complete rework for GUI, experimental EXE file and other minor changes, see readme for more info v1.2 2023-06-30 16:11:59 +02:00
Kristofer Rolf Söderström
b765ff6bc6 Update README.md v1.1.4 2023-06-28 14:11:51 +02:00
Kristofer Rolf Söderström
867b082589 Add files via upload 2023-04-26 09:17:33 +02:00
Kristofer Rolf Söderström
b4017c6fee Update README.md 2023-04-26 09:17:09 +02:00
Kristofer Rolf Söderström
1ea5187e78 Merge pull request #1 from bjornekstrom/main
README.md formatting suggestions
2023-04-24 09:25:07 +02:00
Björn Ekström
0051ceb873 Update README.md 2023-04-21 15:11:03 +02:00
Björn Ekström
76be00552f Updated README and Mac screenshot 2023-04-21 15:09:46 +02:00
Björn Ekström
a5dd5d4a03 Update README.md
Further formatting.
2023-04-21 14:23:14 +02:00
Björn Ekström
43bcffaf4c Update README.md
Some formatting suggestions.
2023-04-21 14:22:34 +02:00
Kristofer Rolf Söderström
4e1c709f43 Update transcribe.py
better time keeping
v1.1.3
2023-04-20 20:13:54 +02:00