You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Composable that visualizes audio data as a circular sound effect (e.g., wave or bar),
26
+
* using a provided audio session ID.
27
+
*
28
+
* @param audioSessionId The audio session ID from the audio output source (e.g., MediaPlayer).
29
+
* @param soundEffects Object that defines how to draw the sound effect. use [SoundEffects] (waveform, bars, etc.).
30
+
* @param visualizerConfig Configuration for how the visualizer captures and processes audio data [VisualizerConfig].
31
+
* @param modifier Modifier to apply to the visualizer's layout.
32
+
* @param color The primary color to use for drawing the sound visualization.
33
+
* @param clippingRadiusConfig Configuration for the inner clipping radius of the circle visualization. Default is [ClippingRadiusConfig.FullClip].
34
+
* @param gradientConfig Configuration for gradient animation within the visualizer (optional). Default is [GradientConfig.Default] which uses gradient animation.
0 commit comments