|
8 years ago | |
---|---|---|
.. | ||
README.md | 8 years ago | |
__init__.py | 8 years ago | |
say.py | 8 years ago |
This neuron is the mouth of Kalliope and uses the TTS to say the given message.
parameter | required | default | choices | comment |
---|---|---|---|---|
message | YES | A list of messages Kalliope could say |
No returned values
Simple example :
- name: "Say-hello"
neurons:
- say:
message:
- "Hello Sir"
signals:
- order: "hello"
With a multiple choice list, Kalliope will pick one randomly:
- name: "Say-hello"
neurons:
- say:
message:
- "Hello Sir"
- "Welcome Sir"
- "Good morning Sir"
signals:
- order: "hello"
Note: The neuron does not return any values. Note: Kalliope randomly takes a message from the list