A Windows system tray utility that records microphone audio and transcribes it locally into text files.
- Tray-only Interface: No GUI windows. Controlled entirely via right-click context menu (Play / Stop / Exit).
- 100% Offline Transcription: Uses
faster-whisper(configured for themediummodel) for local inference. No data is sent to external servers. - Structured File Output: Automatically creates folders named
YYYY-MM-DD-XXcontaining the rawregistrazione.wavand the outputtrascrizione.txt. - Resource Constraints: Limits CPU usage to a fixed number of threads to prevent system slowdowns during transcription.
- Recording Reminder: Triggers a native system notification every X minutes of continuous recording.