Skip to content

Releases: rafayel-dev/voice_type

v1.0.4 - Smaller executable (54MB → 21MB)

Choose a tag to compare

@rafayel-dev rafayel-dev released this 20 Aug 06:18

Voice Typer v1.0.4

Size optimization

  • Reduced the packaged executable from ~54 MB to ~21 MB (~61% smaller)
  • Removed unused speech_recognition data that PyInstaller was bundling automatically: PocketSphinx offline models (~38 MB) and non-Windows FLAC binaries (Linux/macOS), none of which are used since transcription runs through the Google Web Speech API
  • No functional changes — same features, same hotkeys, same behavior

Download

Download Voice Typer.exe below and run it directly — no installation required.

v1.0.3 - Python 3.13 Compatibility Update

Choose a tag to compare

@rafayel-dev rafayel-dev released this 18 Aug 04:57

Updated SpeechRecognition to v3.17.0 to fix Python 3.13 compatibility issues (missing aifc and audioop modules). The app now runs smoothly out of the box.

v1.0.2 - PyAudio and Size Optimization Fix

Choose a tag to compare

@rafayel-dev rafayel-dev released this 18 Aug 04:50

Fixed an issue where the app would not run due to missing pyaudio and other dependencies. Also optimized the executable size by removing unnecessary ML libraries from the build.

v1.0.1 - Minimize to Tray Update

Choose a tag to compare

@rafayel-dev rafayel-dev released this 18 Aug 04:37

Added minimize to tray feature. The app can now run silently in the background via the system tray.

Voice Typer v1.0.0

Choose a tag to compare

@rafayel-dev rafayel-dev released this 16 Aug 03:52

First standalone release of Voice Typer (Google Free API). Just download and run!