From 4caa42d27294405b2f82bdd0d010946c80a85a19 Mon Sep 17 00:00:00 2001 From: cameron-a-johnson Date: Tue, 18 Jun 2024 17:25:29 -0400 Subject: [PATCH] Refining docs --- docs/system/angel_system_plus_speech_QA.rst | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/system/angel_system_plus_speech_QA.rst b/docs/system/angel_system_plus_speech_QA.rst index c029c8587..a385163e0 100644 --- a/docs/system/angel_system_plus_speech_QA.rst +++ b/docs/system/angel_system_plus_speech_QA.rst @@ -38,9 +38,6 @@ Installing dependencies with apt sudo apt update && apt install -y sox ffmpeg -Running the Server ----------------------- - Create conda environment ---------------------- @@ -49,6 +46,9 @@ Create conda environment conda env create -f speech_server.yml conda activate speech_server +Running the Server +---------------------- + The server can then be instantiated with: .. code-block:: bash @@ -57,17 +57,9 @@ The server can then be instantiated with: (Note: you may need to remove the "export" command above, for example if you only have one GPU, so device 4 does not exist.) -Running the Client +Running the Client (Not necessary when running a tmuxinator config) -------------------- -Create conda environment --------------------- - -.. code-block:: bash - - conda env create -f speech_client.yml - conda activate speech_client - Ensure the server is actively running on the server machine. Also ensure the client is connected to a microphone peripheral. This script will indicate when recording has begun. Otherwise, you can