Search code examples
fluttergoogle-speech-api

flutter:: Is there a flutter package that allows me to visually see my volume?


I am using google speech to text api and google speech flutter package. When a voice is input, I want to express the volume of the voice in the form of a bar. I want to make a widget where the blue bar moves to the right when the voice is louder, and the blue bar moves to the left when the voice is lowered.

Can you tell me if there is a flutter package that can make these bars?

This is example.

enter image description here


Solution

  • You could try the Noise Meter package.