Package | Description |
---|---|
marytts.signalproc.adaptation |
Packages for speaking style and speaker identity adaptation in Mary TTS
supporting various voice conversion algorithms.
|
marytts.signalproc.process |
Modifier and Type | Field and Description |
---|---|
protected DDSAudioInputStream |
FdpsolaAdapter.outputAudio |
Modifier and Type | Field and Description |
---|---|
protected DDSAudioInputStream |
FDPSOLAProcessor.outputAudio |
Modifier and Type | Method and Description |
---|---|
DDSAudioInputStream |
FDPSOLAProcessor.process(Datagram[][] datagrams,
Datagram[] rightContexts,
AudioFormat audioformat,
boolean[][] voicings,
double[][] pitchScales,
double[][] timeScales) |
DDSAudioInputStream |
FDPSOLAProcessor.process(double[] x,
int[] pitchMarks,
AudioFormat audioformat,
boolean[] voicings,
double[] pitchScales,
double[] timeScales) |
DDSAudioInputStream |
FDPSOLAProcessor.processDecrufted(Datagram[][] datagrams,
Datagram[] rightContexts,
AudioFormat audioformat,
boolean[][] voicings,
double[][] pitchScales,
double[][] timeScales)
Functionally equivalent to
FDPSOLAProcessor.process(marytts.util.data.Datagram[][], marytts.util.data.Datagram[], javax.sound.sampled.AudioFormat, boolean[][], double[][], double[][]) (but with most of the cruft removed, which should make this easier to modify) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.