flutter_speech_to_text icon indicating copy to clipboard operation
flutter_speech_to_text copied to clipboard

Get the volume

Open eric-5512 opened this issue 5 years ago • 1 comments

version:0.8

I want to animate since I got the volume during recording, but now I ca n’t get the volume.

speech.listen(onResult: resultListener,listenFor: Duration(seconds: 10),localeId: "zh_CN",onSoundLevelChange: soundLevelListener );

eric-5512 avatar Feb 16 '20 03:02 eric-5512

onSoundLevelChange ,Did not work

eric-5512 avatar Feb 16 '20 05:02 eric-5512