A B C D 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.
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
 
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
 
getInputBufferSize() - Method in class be.hogent.tarsos.dsp.WaveformSimilarityBasedOverlapAdd
 
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.
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.DynamicWavelet
 
getPitch(float[]) - Method in class be.hogent.tarsos.dsp.pitch.McLeodPitchMethod
 
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.DynamicWavelet
 
getProbability() - Method in class be.hogent.tarsos.dsp.pitch.McLeodPitchMethod
 
getProbability() - Method in interface be.hogent.tarsos.dsp.pitch.PitchDetector
Some algorithms can calculate a probability (noisiness, (a)periodicity, salience, voicedness or clarity measure) for the detected pitch.
getProbability() - Method in class be.hogent.tarsos.dsp.pitch.Yin
 
getProgress() - Method in class be.hogent.tarsos.dsp.AudioEvent
Calculate the progress in percentage of the total number of frames.
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
 
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.
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.

A B C D F G H I M N O P R S T V W Y Z