Mirrored
data class Mirrored(val barWidth: Dp = 3.dp, val barSpacing: Dp = 2.dp, val gap: Dp = 2.dp, val cornerRadius: Dp = 1.5.dp) : WaveformStyle
Mirrored bar visualization.
Renders amplitude values as bars that extend both above and below the center line, creating a symmetric waveform effect. Ideal for recording visualizations.
Parameters
barWidth
Width of each bar
barSpacing
Space between bars
gap
Gap between the top and bottom halves at the center
cornerRadius
Corner radius for bar caps