- tan() - Method in class be.tarsos.dsp.util.Complex
-
Tangent of this Complex number (doesn't change this Complex number).
- TarsosDSPAudioFloatConverter - Class in be.tarsos.dsp.io
-
This class is used to convert between 8,16,24,32,32+ bit signed/unsigned
big/litle endian fixed/floating point byte buffers and float buffers.
- TarsosDSPAudioFloatConverter() - Constructor for class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- TarsosDSPAudioFormat - Class in be.tarsos.dsp.io
-
AudioFormat
is the class that specifies a particular arrangement of data in a sound stream.
- TarsosDSPAudioFormat(TarsosDSPAudioFormat.Encoding, float, int, int, int, float, boolean) - Constructor for class be.tarsos.dsp.io.TarsosDSPAudioFormat
-
Constructs an AudioFormat
with the given parameters.
- TarsosDSPAudioFormat(TarsosDSPAudioFormat.Encoding, float, int, int, int, float, boolean, Map<String, Object>) - Constructor for class be.tarsos.dsp.io.TarsosDSPAudioFormat
-
Constructs an AudioFormat
with the given parameters.
- TarsosDSPAudioFormat(float, int, int, boolean, boolean) - Constructor for class be.tarsos.dsp.io.TarsosDSPAudioFormat
-
Constructs an AudioFormat
with a linear PCM encoding and
the given parameters.
- TarsosDSPAudioFormat.Encoding - Class in be.tarsos.dsp.io
-
The Encoding
class names the specific type of data representation
used for an audio stream.
- TarsosDSPAudioInputStream - Interface in be.tarsos.dsp.io
-
Decouples the audio input stream
- tempoScore - Variable in class be.tarsos.dsp.beatroot.Agent
-
To be used in real-time version??
- thresholdBI - Static variable in class be.tarsos.dsp.beatroot.AgentList
-
For the purpose of removing duplicate agents, the JND of IBI.
- thresholdBT - Static variable in class be.tarsos.dsp.beatroot.AgentList
-
For the purpose of removing duplicate agents, the JND of phase.
- TimeAxisLayer - Class in be.tarsos.dsp.ui.layers
-
- TimeAxisLayer(CoordinateSystem) - Constructor for class be.tarsos.dsp.ui.layers.TimeAxisLayer
-
- times(Complex) - Method in class be.tarsos.dsp.util.Complex
-
Complex multiplication (doesn't change this Complex number).
- toArray() - Method in class be.tarsos.dsp.beatroot.EventList
-
- toArray(int) - Method in class be.tarsos.dsp.beatroot.EventList
-
- toAudioFormat(TarsosDSPAudioFormat) - Static method in class be.tarsos.dsp.io.jvm.JVMAudioInputStream
-
- toByteArray(float[], int, int, byte[], int) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- toByteArray(float[], int, byte[], int) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- toByteArray(float[], int, int, byte[]) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- toByteArray(float[], int, byte[]) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- toByteArray(float[], byte[]) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- toFloatArray(byte[], int, float[], int, int) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- toFloatArray(byte[], float[], int, int) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- toFloatArray(byte[], int, float[], int) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- toFloatArray(byte[], float[], int) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- toFloatArray(byte[], float[]) - Method in class be.tarsos.dsp.io.TarsosDSPAudioFloatConverter
-
- TooltipLayer - Class in be.tarsos.dsp.ui.layers
-
- TooltipLayer(CoordinateSystem) - Constructor for class be.tarsos.dsp.ui.layers.TooltipLayer
-
- TooltipLayer(CoordinateSystem, TooltipLayer.TooltipTextGenerator) - Constructor for class be.tarsos.dsp.ui.layers.TooltipLayer
-
- TooltipLayer.TooltipTextGenerator - Interface in be.tarsos.dsp.ui.layers
-
- toOnsetArray() - Method in class be.tarsos.dsp.beatroot.EventList
-
- topN - Static variable in class be.tarsos.dsp.beatroot.Induction
-
The maximum number of tempo hypotheses to return
- topScoreTime - Variable in class be.tarsos.dsp.beatroot.Agent
-
How long has this agent been the best? For real-time version; otherwise not used.
- toString() - Method in class be.tarsos.dsp.beatroot.Event
-
- toString() - Method in class be.tarsos.dsp.io.TarsosDSPAudioFormat.Encoding
-
Provides the String
representation of the encoding.
- toString() - Method in class be.tarsos.dsp.io.TarsosDSPAudioFormat
-
Returns a string that describes the format, such as:
"PCM SIGNED 22050 Hz 16 bit mono big-endian".
- toString() - Method in class be.tarsos.dsp.SpectralPeakProcessor.SpectralPeak
-
- toString() - Method in class be.tarsos.dsp.util.Complex
-
String representation of this Complex number.
- toString() - Method in class be.tarsos.dsp.writer.WaveHeader
-
- toTarsosDSPFormat(AudioFormat) - Static method in class be.tarsos.dsp.io.jvm.JVMAudioInputStream
-
- trackBeats(OnsetHandler) - Method in class be.tarsos.dsp.beatroot.BeatRootOnsetEventHandler
-
Guess the beats using the populated list of onsets.
- transform() - Method in class be.tarsos.dsp.mfcc.DCT
-
- transform(float[]) - Method in class be.tarsos.dsp.wavelet.HaarWaveletTransform
-
Does an in-place HaarWavelet wavelet transform.
- TriangularWindow - Class in be.tarsos.dsp.util.fft
-
A Triangular window function.
- TriangularWindow() - Constructor for class be.tarsos.dsp.util.fft.TriangularWindow
-
Constructs a Triangular window.