Renders a row of vertical bars that oscillate in height using useCurrentFrame() and Math.sin() with per-bar phase offsets, simulating a real-time audio waveform. Use as a visual layer in music videos, podcast intros, or any audio-focused content.
Bar count, colors, max height, and oscillation speed are configurable. Uses useVideoConfig() for responsive sizing. Pure Remotion hooks ensure the waveform renders identically in preview and server-side output.