| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| caption_studio.py | 2026-05-12 | 64.0 kB | |
| LICENSE.txt | 2026-05-12 | 35.1 kB | |
| README.md | 2026-05-12 | 979 Bytes | |
| requirements.txt | 2026-05-12 | 68 Bytes | |
| app_icon.ico | 2026-05-12 | 758.0 kB | |
| Totals: 5 Items | 858.1 kB | 1 |
Caption Studio Pro
Real-time speech-to-text desktop app powered by Whisper — like YouTube captions on your screen.
Setup
pip install -r requirements.txt
python caption_studio.py
What's New vs Original
| Feature | Original | Pro Version |
|---|---|---|
| Whisper model sizes | base only | tiny / base / small / medium / large-v2 |
| Noise gate | fixed | adjustable slider |
| VAD filtering | no | yes (silence detection built-in) |
| Caption history | no | timestamped, scrollable, up to 200 entries |
| Export | no | TXT and SRT file export |
| Settings persistence | no | auto-saves to config.json |
| Tab-based UI | no | Controls / Style / Engine / History tabs |
| Live style preview | no | yes |
| Theme toggle | partial | full dark/light with tab theming |
| Translating | yes | yes (translate task) |
| Error handling | basic | fallback model + error log |
| Config save/load | no | yes |
"Licensed under GNU GPL v3 Copyright (C) 2026 NovaCode"