Audio Decibel Check Options
data class AudioDecibelCheckOptions(val name: String, val audioDecibels: List<AudioDecibels> = emptyList(), val barColor: Int = 0xFFE82E2E.toInt(), val waveformColor: Int = 0xFF4CAF50.toInt(), val customStyle: Map<String, Any> = emptyMap())
AudioDecibelCheck - Displays audio waveform animation based on decibel levels.
Shows animated waveform bars that respond to audio levels for visual feedback.