|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttapeutils.impl.zx81.ZX81SampleAnalyzerFactory
This class analyzes a sampled sound to extract data.
It provides a ZX81-specific implementation.
Constructor Summary | |
---|---|
ZX81SampleAnalyzerFactory(Sample sample,
ZX81SampleAnalyzerParameters[] params)
Constructor. |
Method Summary | |
---|---|
SampleAnalyzer |
create(int index)
Create a SampleAnalyzer for a section of a sample. |
void |
setDebugLevels(DebugLevels levels)
Set debug levels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ZX81SampleAnalyzerFactory(Sample sample, ZX81SampleAnalyzerParameters[] params)
sample
- params
- Method Detail |
public SampleAnalyzer create(int index)
create
in interface SampleAnalyzerFactory
index
- The index of the section.
public void setDebugLevels(DebugLevels levels)
levels
-
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |