|
|
@ -22,7 +22,7 @@ PIPER_VOICE_NAME="en_US-lessac-medium.onnx"
|
|
|
|
|
|
|
|
|
|
|
|
# If SERVER_START, this is where we'll serve the server.
|
|
|
|
# If SERVER_START, this is where we'll serve the server.
|
|
|
|
# If CLIENT_START, this is where the client expects the server to be.
|
|
|
|
# If CLIENT_START, this is where the client expects the server to be.
|
|
|
|
SERVER_URL=ws://localhost:8000/
|
|
|
|
SERVER_URL=ws://0.0.0.0:8000/
|
|
|
|
SERVER_START=True
|
|
|
|
SERVER_START=True
|
|
|
|
CLIENT_START=True
|
|
|
|
CLIENT_START=True
|
|
|
|
|
|
|
|
|
|
|
|