| Package | Description |
|---|---|
| com.tagtraum.jipes.audio |
Audio-specific types and processors.
|
| Class and Description |
|---|
| AbstractAudioSpectrum
Skeleton implementation of an
AudioSpectrum. |
| AudioBuffer
Read-only buffer that holds (audio) data and some meta information in the form of an
AudioFormat
instance. |
| AudioMatrix
Read-only matrix that holds (audio) data and some meta information in the form of an
AudioFormat
instance. |
| AudioSpectrum
Read-only representation of an (audio) spectrum.
|
| ComplexAudioBuffer
Buffer that holds complex, time domain audio data and some meta information in the form of
an
AudioFormat instance. |
| InstantaneousFrequencySpectrum
Represents a spectrum with instantaneous frequencies based on two subsequent
LinearFrequencySpectrums. |
| LinearFrequencySpectrum
Represents a spectrum with linear frequencies (as opposed to a
LogFrequencySpectrum)
as generated by a suitable SignalProcessor. |
| LogFrequencySpectrum
Log frequency spectrum - possibly created by
ConstantQTransform. |
| MelSpectrum
Mel spectrum typically constructed from a
LinearFrequencySpectrum created
by FFT. |
| MultiBandSpectrum
Represents an audio spectrum divided into bands as produced for example by
MultiBandSpectrum.createLogarithmicBands(float, float, int) or MultiBandSpectrum.createMidiBands(int, int). |
| Novelty.GaussianCheckerboardKernel
Gaussian checkboard kernel.
|
| Novelty.Kernel
Kernel.
|
| Novelty.NormGaussianCheckerboardKernel
Normalized Gaussian checkerboard kernel.
Aggregate values are divided by the maximal possible value a Novelty.GaussianCheckerboardKernel would deliver
before they are returned, assuming the input values are between -1 and 1. |
| RealAudioBuffer
Buffer that holds real, time domain audio data and some meta information in the form of
an
AudioFormat instance. |
| Zeropad.Position |
Copyright © 2011–2020 tagtraum industries incorporated. All rights reserved.