| Package | Description |
|---|---|
| org.mechio.api.speech.viseme |
| Modifier and Type | Method and Description |
|---|---|
static Viseme |
Viseme.getById(int visemeId)
Returns the Viseme with the given Id.
|
Viseme |
DefaultVisemeEvent.getCurrentViseme() |
Viseme |
VisemeEvent.getCurrentViseme()
Returns the current Viseme at the time of the event.
|
Viseme |
DefaultVisemeEvent.getNextViseme() |
Viseme |
VisemeEvent.getNextViseme()
Returns the Viseme to transition to.
|
static Viseme |
Viseme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Viseme[] |
Viseme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Viseme,org.jflux.api.common.rk.position.NormalizedDouble> |
VisemeBinding.getVisemeValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,org.jflux.api.common.rk.position.NormalizedDouble> |
VisemeBindingManager.getBindingValues(Viseme viseme)
Returns a Map of binding keys to NormalizedDoubles for the given Viseme.
|
org.jflux.api.common.rk.position.NormalizedDouble |
VisemeBinding.getValue(Viseme viseme)
Returns the NormalizedDouble mapped to the given Viseme.
|
void |
VisemeBinding.setVisemeValue(Viseme viseme,
org.jflux.api.common.rk.position.NormalizedDouble value)
Sets the NormalizedDouble to be mapped to the given Viseme.
|
Copyright © 2011-2014. All Rights Reserved.