audio_flux library
Classes
- AudioFlux
- The main widget which visualizes the audio data.
- Fft
- Widget to draw the FFT data.
- FftPainter
- Custom painter to draw the FFT data.
- FftPainterParams
- FFT painter params
- FftParams
- FFT parameters
- ModelParams
- The parameters used to configure the AudioFlux widget.
- SamplerTickerUpdater
- Simple widget that uses the Ticker to update the audio data.
- ShaderParam
- Definition of shader parameters that can have a value in a range.
- ShaderParamRange
- Definition of shader parameters that have a range of values that must be in a range of min and max.
- ShaderParams
- Definition of shader parameters.
- TextureChannel
- Waveform
- Widget to draw the wave data.
- WaveformPainterParams
- The parameters used to configure the waveform painter.
- WavePainter
- Custom painter to draw the wave data.
Enums
- DataSources
- The source of the audio data.
- FluxType
- The type of the visualizer.
Typedefs
- DataCallback = Float32List Function({bool alwaysReturnData})
- Definition for the callback that returns the audio data.