simulstream.server.websocket_server.cli_main
- simulstream.server.websocket_server.cli_main()
Simulstream WebSocket server command-line interface (CLI) entry point.
This function parses command-line arguments and starts the asynchronous
main()routine.Example usage:
$ python websocket_server.py --server-config config/server.yaml \ --speech-processor-config config/speech.yamlCommand-line arguments:
--server-config(str, optional): Path to the server configuration file (default:config/server.yaml).--speech-processor-config(str, required): Path to the speech processor configuration file.