hmi.elckerlyc.speechengine
Interface TTSUnitFactory

All Known Implementing Classes:
DirectTTSUnitFactory, WavTTSUnitFactory

public interface TTSUnitFactory

Factory to create speech units

Author:
Herwin van Welbergen

Method Summary
 TTSUnit createSpeechUnit(BMLBlockPeg bbPeg, String text, String id, String bmlId, TTSBinding ttsBin, Class<? extends Behaviour> behClass)
           
 

Method Detail

createSpeechUnit

TTSUnit createSpeechUnit(BMLBlockPeg bbPeg,
                         String text,
                         String id,
                         String bmlId,
                         TTSBinding ttsBin,
                         Class<? extends Behaviour> behClass)