pip install soundfile
pip install websockets
python client\websocket_client.py --server_ip 127.0.0.1 --port 8090 --wavfile samples/jfk.wav
only save audio
python client\websocket_client.py --server_ip 127.0.0.1 --port 8090 --endpoint /paddlespeech/streaming/save --wavfile samples/jfk.wav