de.dfki.lt.mary.modules.synthesis
Class VoiceSectioner
java.lang.Object
de.dfki.lt.mary.modules.synthesis.VoiceSectioner
- Direct Known Subclasses:
- FestivalUttSectioner, MbrolaVoiceSectioner
public abstract class VoiceSectioner
- extends java.lang.Object
A helper class for the synthesis module,
splitting synthesis input data into sections
to be spoken by the same voice.
- Author:
- Marc Schröder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s
protected java.lang.String s
pos
protected int pos
currentVoice
protected Voice currentVoice
logger
protected org.apache.log4j.Logger logger
VoiceSectioner
public VoiceSectioner(java.lang.String s,
Voice defaultVoice)
nextSection
public abstract VoiceSection nextSection()