Reputation: 245
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.
Upvotes: 1
Views: 2408
Reputation: 245
Please use https://pub.dev/packages/noise_meter. It can record voice and detect its decibel. It's a great package.
Upvotes: 3