Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
N
O
P
R
S
T
V
W
Y
Z
G
GainProcessor
- Class in
be.hogent.tarsos.dsp
With the gain processor it is possible to adapt the volume of the sound.
GainProcessor(double)
- Constructor for class be.hogent.tarsos.dsp.
GainProcessor
generateDTMFTone(char)
- Static method in class be.hogent.tarsos.dsp.pitch.
DTMF
Generate a DTMF - tone for a valid DTMF character.
getBufferSize()
- Method in class be.hogent.tarsos.dsp.
AudioEvent
getByteBuffer()
- Method in class be.hogent.tarsos.dsp.
AudioEvent
Return a byte array with the audio data in bytes.
getCoefficients()
- Method in class be.hogent.tarsos.dsp.
ConstantQ
Return the Constant Q coefficients calculated for the previous audio buffer.
getConverter(AudioFormat)
- Static method in class be.hogent.tarsos.dsp.util.
AudioFloatConverter
getDetector(float, int)
- Method in enum be.hogent.tarsos.dsp.pitch.
PitchProcessor.PitchEstimationAlgorithm
Returns a new instance of a pitch detector object based on the provided values.
getFFTlength()
- Method in class be.hogent.tarsos.dsp.
ConstantQ
getFloatBuffer()
- Method in class be.hogent.tarsos.dsp.
AudioEvent
getFormat()
- Method in class be.hogent.tarsos.dsp.
AudioDispatcher
getFormat()
- Method in class be.hogent.tarsos.dsp.util.
AudioFloatConverter
getFreqencies()
- Method in class be.hogent.tarsos.dsp.
ConstantQ
getInputBufferSize()
- Method in class be.hogent.tarsos.dsp.
WaveformSimilarityBasedOverlapAdd
getLastPeekValue()
- Method in class be.hogent.tarsos.dsp.util.
PeakPicker
getMagnitudes()
- Method in class be.hogent.tarsos.dsp.
ConstantQ
Returns the Constant Q magnitudes calculated for the previous audio buffer.
getMixerInfo(boolean, boolean)
- Static method in class be.hogent.tarsos.dsp.util.
Shared
getNumberOfOutputBands()
- Method in class be.hogent.tarsos.dsp.
ConstantQ
getNumberOfProcessors()
- Static method in class be.hogent.tarsos.dsp.util.
ConcurrencyUtils
Returns the number of available processors.
getNumberOfThreads()
- Static method in class be.hogent.tarsos.dsp.util.
ConcurrencyUtils
Returns the current number of threads.
getOsName()
- Static method in class be.hogent.tarsos.dsp.util.
Shared
getOverlap()
- Method in class be.hogent.tarsos.dsp.
AudioEvent
getOverlap()
- Method in class be.hogent.tarsos.dsp.
WaveformSimilarityBasedOverlapAdd
getOverlapMs()
- Method in class be.hogent.tarsos.dsp.
WaveformSimilarityBasedOverlapAdd.Parameters
getPitch(float[])
- Method in class be.hogent.tarsos.dsp.pitch.
AMDF
getPitch(float[])
- Method in class be.hogent.tarsos.dsp.pitch.
DynamicWavelet
getPitch(float[])
- Method in class be.hogent.tarsos.dsp.pitch.
FastYin
The main flow of the YIN algorithm.
getPitch(float[])
- Method in class be.hogent.tarsos.dsp.pitch.
McLeodPitchMethod
getPitch()
- Method in class be.hogent.tarsos.dsp.pitch.
PitchDetectionResult
getPitch(float[])
- Method in interface be.hogent.tarsos.dsp.pitch.
PitchDetector
Analyzes a buffer with audio information and estimates a pitch in Hz.
getPitch(float[])
- Method in class be.hogent.tarsos.dsp.pitch.
Yin
The main flow of the YIN algorithm.
getProbability()
- Method in class be.hogent.tarsos.dsp.pitch.
PitchDetectionResult
getProgress()
- Method in class be.hogent.tarsos.dsp.
AudioEvent
Calculate the progress in percentage of the total number of frames.
getRMS()
- Method in class be.hogent.tarsos.dsp.
AudioEvent
Calculates and returns the root mean square of the signal.
getSampleRate()
- Method in class be.hogent.tarsos.dsp.
AudioEvent
getSampleRate()
- Method in class be.hogent.tarsos.dsp.
WaveformSimilarityBasedOverlapAdd.Parameters
getSamplesProcessed()
- Method in class be.hogent.tarsos.dsp.
AudioEvent
getSeekWindowMs()
- Method in class be.hogent.tarsos.dsp.
WaveformSimilarityBasedOverlapAdd.Parameters
getSequenceMs()
- Method in class be.hogent.tarsos.dsp.
WaveformSimilarityBasedOverlapAdd.Parameters
getStopAt()
- Method in class be.hogent.tarsos.dsp.
StopAudioProcessor
getTempo()
- Method in class be.hogent.tarsos.dsp.
WaveformSimilarityBasedOverlapAdd.Parameters
getThreadsBeginN_1D_FFT_2Threads()
- Static method in class be.hogent.tarsos.dsp.util.
ConcurrencyUtils
Returns the minimal size of 1D data for which two threads are used.
getThreadsBeginN_1D_FFT_4Threads()
- Static method in class be.hogent.tarsos.dsp.util.
ConcurrencyUtils
Returns the minimal size of 1D data for which four threads are used.
getThreadsBeginN_2D()
- Static method in class be.hogent.tarsos.dsp.util.
ConcurrencyUtils
Returns the minimal size of 2D data for which threads are used.
getThreadsBeginN_3D()
- Static method in class be.hogent.tarsos.dsp.util.
ConcurrencyUtils
Returns the minimal size of 3D data for which threads are used.
getTimeStamp()
- Method in class be.hogent.tarsos.dsp.
AudioEvent
Calculates and returns the time stamp at the beginning of this audio event.
getValues()
- Method in class be.hogent.tarsos.dsp.
AutoCorrelation
Goertzel
- Class in
be.hogent.tarsos.dsp.pitch
Contains an implementation of the Goertzel algorithm.
Goertzel(float, int, double[], Goertzel.FrequenciesDetectedHandler)
- Constructor for class be.hogent.tarsos.dsp.pitch.
Goertzel
Goertzel.FrequenciesDetectedHandler
- Interface in
be.hogent.tarsos.dsp.pitch
An interface used to react on detected frequencies.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
N
O
P
R
S
T
V
W
Y
Z