Mfcc.Options

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

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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.