Uses of Class
hmi.tts.Phoneme

Packages that use Phoneme
hmi.tts Classes and interfaces for TTS Generation, independent of actual TTS systems such as SAPI5 or MARYTTS. 
hmi.tts.mary Implementation of TTSGenerator specifically for MARYTTS. 
hmi.tts.sapi5 Implementation of TTSGenerator specifically for SAPI5 voices. 
 

Uses of Phoneme in hmi.tts
 

Fields in hmi.tts declared as Phoneme
private  Phoneme PhonologicalPeak.phoneme
           
 

Fields in hmi.tts with type parameters of type Phoneme
private  Collection<Phoneme> WordDescription.phonemes
           
 

Methods in hmi.tts that return Phoneme
 Phoneme PhonologicalPeak.getPhoneme()
           
 

Methods in hmi.tts that return types with arguments of type Phoneme
 Collection<Phoneme> WordDescription.getPhonemes()
           
 

Constructors in hmi.tts with parameters of type Phoneme
PhonologicalPeak(Phoneme phoneme, int offset)
           
 

Constructor parameters in hmi.tts with type arguments of type Phoneme
WordDescription(String word, Collection<Phoneme> phonemes, Collection<Visime> visimes)
          constructor
 

Uses of Phoneme in hmi.tts.mary
 

Methods in hmi.tts.mary that return Phoneme
private  Phoneme MaryTTSGenerator.parsePhoneme(Node n, boolean stress)
           
 

Method parameters in hmi.tts.mary with type arguments of type Phoneme
private  void MaryTTSGenerator.parseSyllable(Node n, List<Phoneme> pList, List<Visime> vList)
           
 

Uses of Phoneme in hmi.tts.sapi5
 

Fields in hmi.tts.sapi5 with type parameters of type Phoneme
private  ArrayList<Phoneme> SAPI5TTSGenerator.currentPhonemes