public class PowerCepstrumTransform extends AudioProcessor
Constructor and Description |
---|
PowerCepstrumTransform() |
Modifier and Type | Method and Description |
---|---|
float[][] |
getLastCepstrum()
Returns the last generated cepstrum
|
SampleChunk |
process(SampleChunk sample)
Function that takes a sample chunk and processes the chunk.
|
getLength, getUnderlyingStream, nextSampleChunk, process, processingComplete, reset, setUnderlyingStream
iterator, seek
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public PowerCepstrumTransform()
public SampleChunk process(SampleChunk sample) throws Exception
AudioProcessor
process
in class AudioProcessor
sample
- The sample chunk to process.Exception
- If the processing could not take placepublic float[][] getLastCepstrum()