A multifunction and fully offline usable open-source voice assistant written in Java.
Completely customizable by writing your own plugins and ovlerlay with many function .
| command | short explanation |
|---|---|
| hey computer | just the base command, has to be said, before any other voice command |
| set volume to [number between 10-90] percent | sets the volume of the main audio output via mixer |
| open [application name] | opens the named application in another "screen" |
| reconfigure | opens the setup ui again (in case you missconfigured something) |
| reconfigure programs | opens the setup ui for adding programs to the open [application name] command |
| [hide/show] overlay | hides or shows the overlay |
| pause / resume / next / previous | plays/pauses a mediaplayer, skippes one title forward/backward |
| env variable | explanation |
|---|---|
| OUTPUT_GAIN | adjusts the output volume of the tts system (in case you are using it with some audio server like alsa) |
| AUDIODEV | sets the audio device for input and ouput, but only if it is supported, if it is not supported the voice assistant won't have any audio |