export interface AudioVisualConfiguration { maxValue: number; defaultSecondsSkip: number; canvasBackgroundColor: string; gapBetweenBars: number; barWidth: number; barRadius: number; timeLabelPadding: number; timeLabelColor: string; currentTimeIndicatorWidth: number; currentTimeIndicatorColor: string; leftNodePassiveColor: string; leftNodeActiveColor: string; rightNodePassiveColor: string; rightNodeActiveColor: string; }