Release V1.9
22/12/2022 - v1.9 1. Windows/Linux version compiled with Nuitka (https://github.com/Nuitka/Nuitka) instead of pyInstaller to improve stability and fix rando...
pyTranscriber is developed as a hobby and is available for free, but donations are welcomed and essential for further improvements.
Your donations will help me free up my time to do more direct work on pyTranscriber. If I can generate more income from sponsorship here, I can take time out of other jobs and commit more time to work on bug fixes, add new features, and make new releases, like possible future integration with Mozilla Deep Speech engine, which may improve accuracy and control over the speech detection.
For users in mainland China or other places where Google is blocked The app will show a failure to connect to the internet message… meaning Google Servers. You need to install a desktop VPN app like Windscribe to bypass the blockage and be able to use pyTranscriber. 对于中国大陆或其他谷歌被屏蔽的地方的用户 该应用程序将显示连接到互联网消息失败…意思是谷歌服务器。 您需要使用代理服务并在 pytranscriber 设置 > 代理中进行设置,或者安装桌面 VPN 应用程序(如 Windscribe)绕过阻塞并能够使用 pyTranscriber。
As the app is not downloaded from the AppStore, it may be necessary to allow it to run manually at
System Preferences > Security and Privacy
FOR macOS CATALINA AND ABOVE: Open a Terminal and type the following command to add an exception allowing the app to run:
xattr -cr Downloads/pyTranscriber.app
For latest distros with GLIBC version 2.35 or higher download
For older distros or GLIBC version < 2.35 (incompatible with GNOME 40+)
This app and its usage are licensed under GPL v3 license.
22/12/2022 - v1.9 1. Windows/Linux version compiled with Nuitka (https://github.com/Nuitka/Nuitka) instead of pyInstaller to improve stability and fix rando...
17/08/2022 - v1.8 1. Fixed bug: language codes for Chinese Languages updated accordingly to Speech API. Changed to “cmn-Hans-CN” and “cmn-Hant-TW” instead o...
08/08/2022 - v1.7 1. add proxy setting 2. change the function ‘pytranscriber.util.MyUtil.is_internet_connected’ 3. add requirements.txt 4. rebuilt using pyI...
07/12/2020 - v1.5 * Since v1.4.1 COMPATIBLE WITH MACOS CATALINA. * Upgraded to latest Python and libraries * Minor GUI tweaks and fixes. 06/12/2020 - v1.4....
29/01/2020 - v1.4: * Fixed crash when exporting txt file for languages with special characters, specially chinese, on Windows system. Thanks for KY Poon for ...
18/10/2019 - v1.3: * Added option for not opening output transcription files automatically after finish * Fixed bug with canceling during batch processing (o...