|
|||||||||
| Home >> All >> marf >> [ Preprocessing overview ] | PREV NEXT | ||||||||
B
- backSynchronizeObject() - Method in class marf.Preprocessing.Preprocessing
- Implementaion of back-synchronization of Sample loaded object.
C
- cropAudio(double, double) - Method in interface marf.Preprocessing.IPreprocessing
- Derivatives implement this method to crop arbitrary part of the audio sample.
- cropAudio(double, double) - Method in class marf.Preprocessing.Preprocessing
- Derivatives implement this method to crop arbitrary part of the audio sample.
F
- filter(double[], double[]) - Method in interface marf.Preprocessing.IFilter
- Applies filtering to the sample array and buffers the filtered data.
G
- getMARFSourceCodeRevision() - Static method in class marf.Preprocessing.Preprocessing
- Returns source code revision information.
- getMARFSourceCodeRevision() - Static method in class marf.Preprocessing.PreprocessingException
- Returns source code revision information.
- getSample() - Method in interface marf.Preprocessing.IPreprocessing
- Returns enclosed sample.
- getSample() - Method in class marf.Preprocessing.Preprocessing
- Returns enclosed sample.
I
- IFilter - interface marf.Preprocessing.IFilter.
- An interface all filters must comply with.
- IPreprocessing - interface marf.Preprocessing.IPreprocessing.
- Preprocessing Interface.
M
- MARF_INTERFACE_CODE_REVISION - Static variable in interface marf.Preprocessing.IFilter
- Interface source code revision.
- MARF_INTERFACE_CODE_REVISION - Static variable in interface marf.Preprocessing.IPreprocessing
- Interface source code revision.
- marf.Preprocessing - package marf.Preprocessing
N
- normalize() - Method in interface marf.Preprocessing.IPreprocessing
- Normalization of entire incoming samples by amplitude.
- normalize(int) - Method in interface marf.Preprocessing.IPreprocessing
- Normalization of incoming samples by amplitude starting from certain index.
- normalize(int, int) - Method in interface marf.Preprocessing.IPreprocessing
- Normalization of incoming samples by amplitude between specified indexes.
- normalize() - Method in class marf.Preprocessing.Preprocessing
- Normalization of entire incoming samples by amplitude.
- normalize(int) - Method in class marf.Preprocessing.Preprocessing
- Normalization of incoming samples by amplitude starting from certain index.
- normalize(int, int) - Method in class marf.Preprocessing.Preprocessing
- Normalization of incoming samples by amplitude between specified indexes.
O
- oSample - Variable in class marf.Preprocessing.Preprocessing
- Sample reference.
P
- Preprocessing - class marf.Preprocessing.Preprocessing.
- Abstract Preprocessing Module.
- Preprocessing(Sample) - Constructor for class marf.Preprocessing.Preprocessing
- Main Preprocessing constructor that performs normalization as a part of construction process.
- Preprocessing(IPreprocessing) - Constructor for class marf.Preprocessing.Preprocessing
- Allows chaining of preprocessing modules.
- PreprocessingException - exception marf.Preprocessing.PreprocessingException.
- Class PreprocessingException.
- PreprocessingException(String) - Constructor for class marf.Preprocessing.PreprocessingException
- Preprocessing exception.
- preprocess() - Method in interface marf.Preprocessing.IPreprocessing
- Derivatives must implement this method to do general
preprocessing and perhaps calling
removeNoise()andremoveSilence().
R
- removeNoise() - Method in interface marf.Preprocessing.IPreprocessing
- Derivatives should implement this method to remove noise from the sample.
- removeNoise() - Method in class marf.Preprocessing.Preprocessing
- Derivatives should implement this method to remove noise from the sample.
- removeSilence() - Method in interface marf.Preprocessing.IPreprocessing
- Derivatives should implement this method to remove silence.
- removeSilence() - Method in class marf.Preprocessing.Preprocessing
- Derivatives should implement this method to remove silence.
S
- serialVersionUID - Static variable in class marf.Preprocessing.PreprocessingException
- For serialization versioning.
- setSample(Sample) - Method in interface marf.Preprocessing.IPreprocessing
- Allows setting a sample object reference.
- setSample(Sample) - Method in class marf.Preprocessing.Preprocessing
- Allows setting a sample object reference.
B C F G I M N O P R S
|
|||||||||
| Home >> All >> marf >> [ Preprocessing overview ] | PREV NEXT | ||||||||