Uses of Interface
tapeutils.SampleAnalyzer

Packages that use SampleAnalyzer
tapeutils   
tapeutils.impl   
tapeutils.impl.zx81   
tapeutils.zx81   
 

Uses of SampleAnalyzer in tapeutils
 

Classes in tapeutils that implement SampleAnalyzer
 class MultiSampleAnalyzer
          This class analyzes a sampled sound to extract data.
 

Methods in tapeutils that return SampleAnalyzer
 SampleAnalyzer AnalysisEvent.getSource()
          Get the source of the event.
 SampleAnalyzer MultiSampleAnalyzer.getSampleAnalyzer(int analyzerNumber)
          Get a specific sample analyzer.
 SampleAnalyzer SampleAnalyzerFactory.create(int index)
          Create a SampleAnalyzer for a section of a sample.
 

Constructors in tapeutils with parameters of type SampleAnalyzer
AnalysisEvent(SampleAnalyzer source)
          Constructor
 

Uses of SampleAnalyzer in tapeutils.impl
 

Fields in tapeutils.impl declared as SampleAnalyzer
protected  SampleAnalyzer SimpleByteProcessor.mSampleAnalyzer
          The sample analyzer.
 

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

Uses of SampleAnalyzer in tapeutils.impl.zx81
 

Classes in tapeutils.impl.zx81 that implement SampleAnalyzer
 class ZX81SampleAnalyzer
          This class analyzes a sampled sound to extract data.
 

Methods in tapeutils.impl.zx81 that return SampleAnalyzer
 SampleAnalyzer ZX81SampleAnalyzerFactory.create(int index)
          Create a SampleAnalyzer for a section of a sample.
 

Constructors in tapeutils.impl.zx81 with parameters of type SampleAnalyzer
ZX81WaveProcessor(Sample sample, SampleAnalyzer analyzer, int minGap, int maxGap, BitProcessor processor)
          Construct the wave processor, given the sample to be processed, the object controlling analysis, and the bit processor.
 

Uses of SampleAnalyzer in tapeutils.zx81
 

Methods in tapeutils.zx81 that return SampleAnalyzer
 SampleAnalyzer TapeConverter.getSampleAnalyzer(int sampleNumber)
          Get the Sample Analyzer