| Package | Description |
|---|---|
| com.tagtraum.jipes.audio |
Audio-specific types and processors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstantaneousFrequencySpectrum
Represents a spectrum with instantaneous frequencies based on two subsequent
LinearFrequencySpectrums. |
class |
LinearFrequencySpectrum
Represents a spectrum with linear frequencies (as opposed to a
LogFrequencySpectrum)
as generated by a suitable SignalProcessor. |
class |
LogFrequencySpectrum
Log frequency spectrum - possibly created by
ConstantQTransform. |
class |
MelSpectrum
Mel spectrum typically constructed from a
LinearFrequencySpectrum created
by FFT. |
class |
MultiBandSpectrum
Represents an audio spectrum divided into bands as produced for example by
MultiBandSpectrum.createLogarithmicBands(float, float, int) or MultiBandSpectrum.createMidiBands(int, int). |
| Constructor and Description |
|---|
AbstractAudioSpectrum(AbstractAudioSpectrum abstractAudioSpectrum)
Copy constructor for creating exact copies of a spectrum, if you know, what class it is.
|
Copyright © 2011–2020 tagtraum industries incorporated. All rights reserved.