rhasspy / rhasspy3

An open source voice assistant toolkit for many human languages
MIT License
295 stars 23 forks source link

Allow `client_unix_socket.py` to connect to TCP hosts #18

Open ulido opened 1 year ago

ulido commented 1 year ago

This implements a simple regex that checks if the given socketfile string matches a host/port pattern in the form "1.2.3.4:1234". If it does match, it connects to that port on the host instead of a local socket file.