diff --git a/README.md b/README.md index 400e1cd1b36a5d89ba1be57f7eb617b30f651f27..eb34941c8347b23cdc7c47f6ccf4a33cfe514ece 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ To run the pipeline on the server: python s2s_pipeline.py --recv_host 0.0.0.0 --send_host 0.0.0.0 ``` -Then run the pipeline locally: +Then run the client locally to handle sending microphone input and receiving generated audio: ```bash -python s2s_pipeline.py --mode local +python listen_and_play.py --host <IP address of your server> ``` ### Running on Mac