SpeechSoundLevelChange typedef

SpeechSoundLevelChange = dynamic Function(double level)

Notified when the sound level changes during a listen method.

level is a measure of the decibels of the current sound on the recognition input. See the onSoundLevelChange argument on the SpeechToText.listen method for use.

Implementation

typedef SpeechSoundLevelChange = Function(double level);