Uses of Interface
com.frinika.audio.analysis.SpectrumDataBuilder

Packages that use SpectrumDataBuilder
com.frinika.audio.analysis   
com.frinika.audio.analysis.constantq   
com.frinika.audio.analysis.gui   
 

Uses of SpectrumDataBuilder in com.frinika.audio.analysis
 

Constructors in com.frinika.audio.analysis with parameters of type SpectrumDataBuilder
StaticSpectrogramSynth(SpectrumDataBuilder data)
          Contruct a synth that will attempt to resynthesize using a set of oscillators.
 

Uses of SpectrumDataBuilder in com.frinika.audio.analysis.constantq
 

Classes in com.frinika.audio.analysis.constantq that implement SpectrumDataBuilder
 class ConstantQSpectrogramDataBuilder
          Creates a spectrogram from a DoubleDataSource Observers are notified when data changes (during build) SizeObserver are notify when the number of frequency bins is changed.
 

Uses of SpectrumDataBuilder in com.frinika.audio.analysis.gui
 

Classes in com.frinika.audio.analysis.gui that implement SpectrumDataBuilder
 class FFTSpectrogramDataBuilderWrapper
           
 

Constructors in com.frinika.audio.analysis.gui with parameters of type SpectrumDataBuilder
AudioAnalysisTimePanel(AudioReaderFactory part, DynamicMixer mixer, Mapper mapper, SpectrumDataBuilder spectroData, java.awt.KeyboardFocusManager kbd)
           
SpectralSliceImage(SpectrumDataBuilder provider, Mapper valMapper, Mapper freqMapper, StaticSpectrogramSynth synth)
           
SpectrogramImage(SpectrumDataBuilder data, Mapper mapper)