tapeutils
Interface SampleAnalyzerFactory

All Known Implementing Classes:
ZX81SampleAnalyzerFactory

public interface SampleAnalyzerFactory

This interface provices processing operations for identified bits.

Author:
hldswrth

Method Summary
 SampleAnalyzer create(int index)
          Create a SampleAnalyzer for a section of a sample.
 

Method Detail

create

public SampleAnalyzer create(int index)
Create a SampleAnalyzer for a section of a sample.

Parameters:
index - The index of the section.
Returns:
The SampleAnalyzer.