-
Notifications
You must be signed in to change notification settings - Fork 15
Signal
Brice Donval edited this page Jan 7, 2020
·
9 revisions
In the Greta System, Signal means "communicative signal". It can be a gesture or a speech or a facial expression etc.
Typically it is generated by SignalEmitters and used by SignalPerformers.
In Greta's system, this interface describes an object that can generate Signals.
The real utilities of this interface are:
- to know which specifics objects can generate Signals
- to force the object to add or remove SignalPerformers
This interface describes an object that can receive a list of Signals.
Typicaly, the Signals are provided by SignalEmitters.
The SignalPerformer can use the transmitted Signals as it wants. But it must consider that other SignalPerformers can use the same Signals.
Advanced
- Generating New Facial expressions
- Generating New Gestures
- Generating new Hand configurations
- Torso Editor Interface
- Creating an Instance for Interaction
- Create a new virtual character
- Creating a Greta Module in Java
- Modular Application
- Basic Configuration
- Signal
- Feedbacks
- From text to FML
- Expressivity Parameters
- Text-to-speech, TTS
-
AUs from external sources
-
Large language model (LLM)
-
Automatic speech recognition (ASR)
-
Extentions
-
Integration examples
Nothing to show here