Real-time audio transcription app using OpenAI's Whisper.
Originally created by Guilherme da Silveira as "Telly Spelly".
- One-click recording from system tray
- Live volume meter
- Microphone selection
- Auto clipboard copy
- Native KDE integration
- In-memory audio processing (no temporary files)
- Direct 16kHz recording for improved privacy and reduced file size
- use Faster Whisper
- Enhanced Privacy: Audio is now processed entirely in memory without writing to disk at any point
- Improved Performance: Direct 16kHz recording reduces processing time and memory usage
- Better Security: No temporary files means no risk of sensitive audio data being left on disk
- Reduced Resource Usage: Streamlined audio processing pipeline for more efficient operation
- Improved Recording UI: Enhanced recording window with app info, settings display, and larger stop button
tray icon:
click on the tray icon opens speech recognition:
notification after action:
text automatically lands into clipboard:
settings screen:
blaze/- Core application filesdocs/- Documentation filesinstall.py- Installation scriptuninstall.py- Uninstallation script
sudo apt update
sudo apt install -y python3-pip python3-dev portaudio19-dev python3-pipxsudo dnf install -y python3-libs python3-devel python3 portaudio-devel pipxgit clone https://github.com/PabloVitasso/Syllablaze.git
cd Syllablaze
python3 install.py- Launch "Syllablaze" from application menu
- Click tray icon to start/stop recording
- Transcribed text is copied to clipboard
Right-click tray icon → Settings to configure:
- Input device
- Whisper model
- Language
python3 uninstall.pyor
pipx uninstall syllablaze- Python 3.8+
- KDE Plasma
MIT License