Skip to content
Snippets Groups Projects
Commit 3f2eb2e7 authored by Andres Marafioti's avatar Andres Marafioti
Browse files

improve readme

parent 30cfb4b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment