| Modifier and Type | Method and Description |
|---|---|
Mfcc.Options |
dctCoefficientCount(Long dctCoefficientCount) |
Mfcc.Options |
filterbankChannelCount(Long filterbankChannelCount) |
Mfcc.Options |
lowerFrequencyLimit(Float lowerFrequencyLimit) |
Mfcc.Options |
upperFrequencyLimit(Float upperFrequencyLimit) |
public Mfcc.Options upperFrequencyLimit(Float upperFrequencyLimit)
upperFrequencyLimit - The highest frequency to use when calculating the
ceptstrum.public Mfcc.Options lowerFrequencyLimit(Float lowerFrequencyLimit)
lowerFrequencyLimit - The lowest frequency to use when calculating the
ceptstrum.public Mfcc.Options filterbankChannelCount(Long filterbankChannelCount)
filterbankChannelCount - Resolution of the Mel bank used internally.public Mfcc.Options dctCoefficientCount(Long dctCoefficientCount)
dctCoefficientCount - How many output channels to produce per time slice.Copyright © 2015–2019. All rights reserved.