public static class
Mfcc.Options
Optional attributes for Mfcc
Public Methods
Mfcc.Options |
dctCoefficientCount(Long dctCoefficientCount)
|
Mfcc.Options |
filterbankChannelCount(Long filterbankChannelCount)
|
Mfcc.Options |
lowerFrequencyLimit(Float lowerFrequencyLimit)
|
Mfcc.Options |
upperFrequencyLimit(Float upperFrequencyLimit)
|
Inherited Methods
Public Methods
public Mfcc.Options dctCoefficientCount (Long dctCoefficientCount)
Parameters
dctCoefficientCount | How many output channels to produce per time slice. |
---|
public Mfcc.Options filterbankChannelCount (Long filterbankChannelCount)
Parameters
filterbankChannelCount | Resolution of the Mel bank used internally. |
---|
public Mfcc.Options lowerFrequencyLimit (Float lowerFrequencyLimit)
Parameters
lowerFrequencyLimit | The lowest frequency to use when calculating the ceptstrum. |
---|
public Mfcc.Options upperFrequencyLimit (Float upperFrequencyLimit)
Parameters
upperFrequencyLimit | The highest frequency to use when calculating the ceptstrum. |
---|