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

Abort instead of ignore in case of unexpected voice input #59

Closed omlins closed 2 years ago

omlins commented 2 years ago

This PR changes the default behavior of @voiceargs with respect to the handling of unexpected voice input: abort instead of ignore.

Closes #58