public static class MaryGenericFeatureProcessors.UnitLogF0 extends Object implements ContinuousFeatureProcessor
| Constructor and Description |
|---|
UnitLogF0() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
float |
process(Target target) |
protected float |
process(Target target,
boolean delta)
Compute log f0 and log f0 delta for the given target.
|
public String getName()
getName in interface MaryFeatureProcessorpublic float process(Target target)
process in interface ContinuousFeatureProcessorprotected float process(Target target, boolean delta)
target - targetdelta - if true, return the delta, i.e. the logF0 slope; if false, return the log f0 value itself.Copyright © 2000–2022 DFKI GmbH. All rights reserved.