public abstract class VocalizationSynthesisTechnology extends Object
Constructor and Description |
---|
VocalizationSynthesisTechnology() |
Modifier and Type | Method and Description |
---|---|
abstract AudioInputStream |
reSynthesize(int sourceIndex,
AudioFileFormat aft)
Re-synthesize given vocalization
|
abstract AudioInputStream |
synthesize(int unitIndex,
AudioFileFormat aft)
Synthesize given vocalization
|
abstract AudioInputStream |
synthesizeUsingImposedF0(int sourceIndex,
int targetIndex,
AudioFileFormat aft)
Impose target intonation contour on given vocalization
|
public abstract AudioInputStream synthesize(int unitIndex, AudioFileFormat aft) throws SynthesisException
unitIndex
- unit indexaft
- audio file formatSynthesisException
- if failed to synthesize vocalizationpublic abstract AudioInputStream reSynthesize(int sourceIndex, AudioFileFormat aft) throws SynthesisException
sourceIndex
- source indexaft
- audio file formatSynthesisException
- if failed to synthesize vocalizationpublic abstract AudioInputStream synthesizeUsingImposedF0(int sourceIndex, int targetIndex, AudioFileFormat aft) throws SynthesisException
sourceIndex
- unit index of vocalizationtargetIndex
- unit index of target intonationaft
- aft audio file formatSynthesisException
- if failed to synthesize vocalizationCopyright © 2000–2016 DFKI GmbH. All rights reserved.