Releases: silverpoetry/speech-translate-rev
Releases · silverpoetry/speech-translate-rev
Release list
Speech Translate Rev v0.1.0
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 runSpeechTranslateRev.exe.SHA256SUMS.txt- SHA256 checksums for release assets.
Verification
- Built from the
.venv314Python 3.14 release workflow. - Source recording imports are smoke-tested in CI.
- Frozen package contents are checked for
_webrtcvadand 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, ordebugremain 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.