Color configuration for the AudioLevelMonitor component.
Remarks
Controls the colors used in the audio visualization. The level colors
(low, medium, high) are applied based on the configured thresholds.
Example
constcustomColors: Partial<AudioLevelMonitorColors> = { low:'#22c55e', // Green for normal levels medium:'#eab308', // Yellow for elevated levels high:'#ef4444', // Red for clipping risk background:'#18181b', };
Color configuration for the AudioLevelMonitor component.
Remarks
Controls the colors used in the audio visualization. The level colors (low, medium, high) are applied based on the configured thresholds.
Example