Skip to content

Commit

Permalink
mouth listen servoMixer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Oct 10, 2023
1 parent 0b3cc26 commit 4a6e34a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ public Plan getDefault(Plan plan, String name) {
MarySpeechConfig mouth = (MarySpeechConfig) plan.get(getPeerName("mouth"));
mouth.voice = "Mark";
mouth.speechRecognizers = new String[] { name + ".ear" };
mouth.listeners = new ArrayList<>();
mouth.listeners.add(new Listener("publishText", name + ".servoMixer", "onText"));

// == Peer - ear =============================
// setup name references to different services
Expand Down

0 comments on commit 4a6e34a

Please sign in to comment.