AudioBarVisualizer
fun AudioBarVisualizer( audioTrackRef: TrackReference?, modifier: Modifier = Modifier, barCount: Int = 15, loPass: Int = 50, hiPass: Int = 150, style: DrawStyle = Fill, brush: Brush = SolidColor(Color.Black), alphas: FloatArray? = null)
An audio visualizer for an audio TrackReference.
Parameters
loPass
the start index of the FFT samples to use (inclusive). 0 <= loPass <hiPass.
hiPass
the end index of the FFT samples to use (exclusive). loPass< hiPass <= FFTAudioAnalyzer.SAMPLE_SIZE.