Uses of Interface
org.commonreality.sensors.speech.ISpeaker

Packages that use ISpeaker
org.commonreality.sensors.speech   
 

Uses of ISpeaker in org.commonreality.sensors.speech
 

Classes in org.commonreality.sensors.speech that implement ISpeaker
 class DefaultSpeechSensor
          Default speech generation sensor.
 

Methods in org.commonreality.sensors.speech that return ISpeaker
 ISpeaker VocalizationCommandHandler.getSpeaker()
           
 

Methods in org.commonreality.sensors.speech with parameters of type ISpeaker
 void VocalizationCommandHandler.setSpeaker(ISpeaker speaker)
           
 

Constructors in org.commonreality.sensors.speech with parameters of type ISpeaker
VocalizationCommandHandler(ICommandTimingEquation duration, ISpeaker speaker)