omlins / JustSayIt.jl

Software and high-level API for offline, low latency and secure translation of human speech to computer commands or text on Linux, MacOS and Windows
BSD 3-Clause "New" or "Revised" License
87 stars 12 forks source link

Add multi-lang support (commands and typing) #71

Closed omlins closed 2 years ago

omlins commented 2 years ago

This PR adds full mulit-lang support for both commands and typing. A priori supported languages are: English, German, Spanish and French. Support for German and Spanish is however deactivated for the moment due to the following issue with the Vosk Speech Recognition Toolkit: https://github.com/alphacep/vosk-api/issues/1017

Closes #31 Closes #32