com.sun.speech.freetts
public class PhoneDuration extends java.lang.Object
PhoneDurations
.PhoneDurations
Constructor and Description |
---|
PhoneDuration(float mean,
float standardDeviation)
Creates a new
PhoneDuration with the given mean
and standard deviation. |
Modifier and Type | Method and Description |
---|---|
float |
getMean()
Gets the mean.
|
float |
getStandardDeviation()
Gets the standard deviation from the mean.
|