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, setUnderlyingStreamiterator, seekclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic PowerCepstrumTransform()
public SampleChunk process(SampleChunk sample) throws Exception
AudioProcessorprocess in class AudioProcessorsample - The sample chunk to process.Exception - If the processing could not take placepublic float[][] getLastCepstrum()