Uses of Interface
tapeutils.WaveProcessor

Packages that use WaveProcessor
tapeutils.impl   
tapeutils.impl.zx81   
 

Uses of WaveProcessor in tapeutils.impl
 

Constructors in tapeutils.impl with parameters of type WaveProcessor
SineWaveIdentifier(Sample sample, SampleAnalyzer analyzer, int noiseThreshold, int maxWaveLength, WaveProcessor processor)
          Construct the processor from a sample.
 

Uses of WaveProcessor in tapeutils.impl.zx81
 

Classes in tapeutils.impl.zx81 that implement WaveProcessor
 class ZX81WaveProcessor
          This class provides a processor for wave information that is specific to a ZX81 sound sample.