components/display_components/audio_decibel_check library

Classes

AudioDecibelCheck
AudioDecibelCheck - A widget that periodically checks audio decibel levels and adjusts waveform visibility.
AudioDecibelCheckOptions
Configuration options for the AudioDecibelCheck widget.
AudioDecibelCheckParameters
Abstract class for audio decibel check parameters.

Typedefs

AudioDecibelCheckType = Future<void> Function({required AudioDecibelCheckOptions options})