- Install Python
- Run
pip install -r requirements.txt
python main.py or ./main.py
w/--whole-linemakes the server react only after a whole line has been spoken-l/--language: Sets the language detected (for example. "en-us" or "de")- Default: "en-us"
-d/--device: Sets the input device to be used (either the index or substring of name)- Default: The default input device on the computer
-L/--list-devices: List all input devices on the computer and then exit
OSError: PortAudio library not found
--> install libportaudio2 (ubuntu) / portaudio (fedora)
Run pyinstaller main.spec or python -m PyInstaller main.spec