Skip to content

Commit

Permalink
docs: update usage with two new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
m-barker committed Jan 29, 2024
1 parent 8745bf4 commit 1b41363
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions common/speech/lasr_speech_recognition_whisper/doc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,16 @@ Several command line configuration options exist, which can be viewed with:
rosrun lasr_speech_recognition_whisper transcribe_microphone_server --help
```

Get tiago to repeat, with TTS the transcribed speech output; he will begin repeating after hearing "tiago, repeat ...." and stop once hearing "tiago, stop..."

```bash
rosrun lasr_speech_recognition_whisper repeat_after_me.py
```

To constantly listen and view transcribed speech output in the command line (by constantly sending requests to the actionlib server), run the following script:

```bash
rosrun lasr_speech_recongition_whisper test_speech_server.py
```


0 comments on commit 1b41363

Please sign in to comment.