Search code examples
flutterdartaudiopackageaudio-recording

Flutter: How to get the loudness of audio?


I wonder that, in Flutter(Android), is there any way to extract the loudness from an audio file, or display the loudness while recording voice through microphone? What packages may be of some help? Thanks for your help.


Solution

  • Please use https://pub.dev/packages/noise_meter. It can record voice and detect its decibel. It's a great package.