You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- nodes:
- - id: talker_1
- custom:
- source: bin/talker_1
- inputs:
- tick: dora/timer/millis/100
- outputs:
- - speech
- - id: talker_2
- custom:
- source: bin/talker_2
- inputs:
- tick: dora/timer/secs/2
- outputs:
- - speech
-
- - id: listener_1
- custom:
- source: bin/listener_1
- inputs:
- speech-1: talker_1/speech
- speech-2: talker_2/speech
|