Gradient Colors
Pass a list of colors to wave_color or progress_color for smooth gradient effects across the waveform.
WaveSurfer(
audio=audio, sr=24000,
title="Warm Gradient",
wave_color=["#ff6b6b", "#ffa726"],
progress_color=["#e91e63", "#ff5722"],
)
Warm Gradient
0:00 / 0:00
Cool Gradient
0:00 / 0:00
Multi-Stop Gradient
0:00 / 0:00