arlo.BandPass.BandPass |
( |
| ) |
|
int [] arlo.BandPass.calculateBandPassSpectrogram |
( |
int[] |
audioBuffer, |
|
|
int |
offset, |
|
|
int |
numSamples, |
|
|
boolean |
reset |
|
) |
| |
int [] arlo.BandPass.calculateBandPassSpectrogram |
( |
int[] |
audioSamples, |
|
|
int |
offset, |
|
|
int |
numSamples, |
|
|
boolean |
reset, |
|
|
int |
numThreads |
|
) |
| |
double arlo.BandPass.getDampingRatio |
( |
| ) |
|
int arlo.BandPass.getFrequencyIndex |
( |
double |
freq | ) |
|
double arlo.BandPass.getMaxBandFrequency |
( |
| ) |
|
double arlo.BandPass.getMinBandFrequency |
( |
| ) |
|
int arlo.BandPass.getNumBands |
( |
| ) |
|
int arlo.BandPass.getNumTimeSlices |
( |
| ) |
|
double arlo.BandPass.getRawSamplingRate |
( |
| ) |
|
void arlo.BandPass.initialize |
( |
| ) |
|
void arlo.BandPass.setDampingRatio |
( |
double |
value | ) |
|
void arlo.BandPass.setMaxBandFrequency |
( |
double |
value | ) |
|
void arlo.BandPass.setMinBandFrequency |
( |
double |
value | ) |
|
void arlo.BandPass.setNumBands |
( |
int |
value | ) |
|
void arlo.BandPass.setNumSegments |
( |
int |
value | ) |
|
void arlo.BandPass.setRawSamplingRate |
( |
double |
value | ) |
|
void arlo.BandPass.startWorkers |
( |
int |
numThreads | ) |
|
void arlo.BandPass.waitForSolution |
( |
| ) |
|
|
private |
double [] arlo.BandPass.bandFrequencies = null |
double arlo.BandPass.dampingRatio = 0.03 |
|
private |
double arlo.BandPass.maxBandFrequency = 44100.0 |
|
private |
double arlo.BandPass.minBandFrequency = 0.1 |
|
private |
int arlo.BandPass.numBands = 20 |
|
private |
int arlo.BandPass.numTimeSlices = 4 |
|
private |
double arlo.BandPass.rawSamplingRate = 44100.0 |
|
private |
The documentation for this class was generated from the following file: