simulstream.server.websocket_server.main

async simulstream.server.websocket_server.main(args: Namespace)

Main entry point for running the WebSocket speech server.

This function loads the server and speech processor configurations from YAML, initializes logging (including metrics logging), and starts the WebSocket server on the configured host and port.

Parameters:

args (argparse.Namespace) – parsed command-line arguments with configuration file paths.