Skip to content

Releases: silverpoetry/speech-translate-rev

Speech Translate Rev v0.1.0

Choose a tag to compare

@silverpoetry silverpoetry released this 23 Jun 13:48

Speech Translate Rev v0.1.0

Speech Translate Rev is a modern WebView-based speech transcription and translation desktop app. It is a heavily modified derivative of Dadangdut33/Speech-Translate, originally licensed under the MIT License.

Windows downloads

  • SpeechTranslateRev-0.1.0-windows-x64-setup.exe - Windows installer built by the GitHub Release workflow.
  • SpeechTranslateRev-0.1.0-windows-x64-portable.zip - Portable Windows build. Extract the zip and run SpeechTranslateRev.exe.
  • SHA256SUMS.txt - SHA256 checksums for release assets.

Verification

  • Built from the .venv314 Python 3.14 release workflow.
  • Source recording imports are smoke-tested in CI.
  • Frozen package contents are checked for _webrtcvad and SciPy array API compatibility modules used by recording.
  • The GitHub portable zip was downloaded after upload and manually smoke-tested locally: the app launched and Start Recording entered the recording state without the previous SciPy import error.
  • The package build fails if runtime state directories such as _user, log, temp, export, or debug remain inside the frozen app package.

Notes

The portable package includes the Python runtime and native dependencies needed by the frozen application. It does not require a separate Python installation.