lincollincol / compose-audiowaveform

Audio waveform library for Jetpack Compose
Apache License 2.0
190 stars 12 forks source link

Empty wave form issue #7

Closed 1DoiSimpEm closed 1 year ago

1DoiSimpEm commented 1 year ago

How do i create A basic wave form with a simple list like this? I see nothing


 AudioWaveform(
            modifier = Modifier.fillMaxSize(),
            amplitudes = listOf(1000,3000,400),
            amplitudeType = AmplitudeType.Avg,
            progressBrush = animatedGradientBrush,
            onProgressChange = { waveformProgress = it }
        )
1DoiSimpEm commented 1 year ago

I fixed thiss. Thanks lib works fine