org.mechio.api.audio.processing
Interface WavProcessor

All Known Implementing Classes:
WavBufferProcessor

public interface WavProcessor

Author:
Matthew Stevenson

Method Summary
 AudioFormat getFormat()
           
 long getFrameCount()
           
 double getLengthSeconds()
           
 int getSamplesBufferSize()
           
 void process(SampleProcessor processor)
           
 void reset()
           
 void setSamplesBufferSize(int size)
           
 

Method Detail

setSamplesBufferSize

void setSamplesBufferSize(int size)

getSamplesBufferSize

int getSamplesBufferSize()

reset

void reset()

getLengthSeconds

double getLengthSeconds()

getFrameCount

long getFrameCount()

getFormat

AudioFormat getFormat()

process

void process(SampleProcessor processor)


Copyright © 2011-2015. All Rights Reserved.