0.2.0
The latest Transcribro update enhances transcription accuracy with an upgraded speech recognition model and a manual check to remove a specific frequent error. Audio data gets deleted after transcribing when using Auto-Stop Recognition instead of doing it after recognizing, resulting in more memory efficiency. New action and return keys on the Voice Input Keyboard are here, along with a slight change in the privacy policy for the new Auto-Send Transcription feature, which automatically presses send after transcribing and can be enabled in settings. Bug fixes include resolving Voice Input Keyboard malfunctions and removing unwanted space before transcriptions.
For more details, please look below.
Notable Changes
- Increase speech pad ms by a second to workaround VAD sometimes stopping too early by @soupslurpr in https://github.com/soupslurpr/Transcribro/pull/5
- use base.en-q5_1 model instead of tiny.en-q8_0 to increase transcription quality and heavily reduce hallucinations by @soupslurpr in https://github.com/soupslurpr/Transcribro/pull/6
- remove " ." to reduce hallucination that sometimes appears at the end of the transcript by @soupslurpr in https://github.com/soupslurpr/Transcribro/pull/7
- more efficiency and race condition proofing by @soupslurpr in https://github.com/soupslurpr/Transcribro/pull/10
- action and return key and don't add space character if there are no characters before the cursor or if the first character before the cursor is a newline by @soupslurpr in https://github.com/soupslurpr/Transcribro/pull/12
- update privacy policy to account for planned automation features by @soupslurpr in https://github.com/soupslurpr/Transcribro/pull/14
- fix Voice Input Keyboard sometimes silently breaking by @soupslurpr in https://github.com/soupslurpr/Transcribro/pull/15
- Auto-Send Transcription (#2) by @soupslurpr in https://github.com/soupslurpr/Transcribro/pull/16
- update dependencies by @soupslurpr in https://github.com/soupslurpr/Transcribro/pull/17
Full Changelog: https://github.com/soupslurpr/Transcribro/compare/v0.1.1...v0.2.0