Skip to content

Commit

Permalink
Refining docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-a-johnson committed Jun 18, 2024
1 parent f644f55 commit 4caa42d
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions docs/system/angel_system_plus_speech_QA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ Installing dependencies with apt
sudo apt update && apt install -y sox ffmpeg
Running the Server
----------------------

Create conda environment
----------------------

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4caa42d

Please sign in to comment.