Skip to content

Commit

Permalink
added yarpaudiocontrolgui
Browse files Browse the repository at this point in the history
  • Loading branch information
colombraf committed Oct 17, 2023
1 parent bf533f0 commit 2f435db
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/r1Obr-orchestrator/scripts/R1_Orchestrator_MDETR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<parameters>--context whisperTranscribe_demo --config yarp_audioFromMic.xml</parameters>
<node>r1-torso</node>
</module>
<module>
<name>yarpaudiocontrolgui</name>
<parameters>--remote-rec /audioRecorder_nws</parameters>
</module>

<!-- VAD -->
<module>
Expand Down
4 changes: 4 additions & 0 deletions app/r1Obr-orchestrator/scripts/R1_Orchestrator_MDETR_SIM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<parameters>--context whisperTranscribe_demo --config yarp_audioFromMic.xml</parameters>
<node>pc</node>
</module>
<module>
<name>yarpaudiocontrolgui</name>
<parameters>--remote-rec /audioRecorder_nws</parameters>
</module>

<!-- VAD -->
<module>
Expand Down
4 changes: 4 additions & 0 deletions app/r1Obr-orchestrator/scripts/R1_Orchestrator_YOLO.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<parameters>--context whisperTranscribe_demo --config yarp_audioFromMic.xml</parameters>
<node>r1-torso</node>
</module>
<module>
<name>yarpaudiocontrolgui</name>
<parameters>--remote-rec /audioRecorder_nws</parameters>
</module>

<!-- VAD -->
<module>
Expand Down
4 changes: 4 additions & 0 deletions app/r1Obr-orchestrator/scripts/R1_Orchestrator_YOLO_SIM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<parameters>--context whisperTranscribe_demo --config yarp_audioFromMic.xml</parameters>
<node>pc</node>
</module>
<module>
<name>yarpaudiocontrolgui</name>
<parameters>--remote-rec /audioRecorder_nws</parameters>
</module>

<!-- VAD -->
<module>
Expand Down

0 comments on commit 2f435db

Please sign in to comment.