yamato
yamato

Reputation: 245

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.

Upvotes: 1

Views: 2408

Answers (1)

yamato
yamato

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

Related Questions