From c49f5e9c5f4728a3b138eb2cfd3e5fa684f5b0ea Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Thu, 30 Nov 2023 14:37:39 -0600 Subject: [PATCH] Clarify directories --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 26de74b..47d20d8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Start your microphone service and (optionally) your sound service. In this examp Start microphone service: ``` sh +cd wyoming-mic-external/ script/run \ --program 'arecord -r 16000 -c 1 -f S16_LE -t raw' \ --rate 16000 \ @@ -36,6 +37,7 @@ Use `arecord -D ...` if you need to use a different recording device (l In a separate terminal, start the sound service: ``` sh +cd wyoming-snd-external/ script/run \ --uri 'tcp://127.0.0.1:10601' \ --program 'aplay -r 22050 -c 1 -f S16_LE -t raw' \ @@ -49,6 +51,7 @@ Use `aplay -D ...` if you need to use a different playback device (list Lastly, start the satellite in a separate terminal: ``` sh +cd wyoming-satellite/ script/run \ --name 'test satellite' \ --uri 'tcp://0.0.0.0:10700' \