AudioMeter

A simple VU-style audio meter
AppID:com.quaap.audiometer
Author:Unknown
License:GPL-3.0-or-later
Donation:Webpage
InRepoSince:2016-11-21
LastRepoUpdate:2016-11-30
LastAppUpdate:Unknown
LastVersion:1.2
Categories:Multimedia
APK source:
Google Play:Check if it's there
icon A simple VU-style audio meter. You can choose from several formulas to allow
the meter to work in low- and high-noise level enviromnents.

I noticed there was no audio meter in F-Droid, so I thought I'd build one.

The app offers a few ways to calculate the audio level to display:

* dBFS: Decibels relative to Full Scale.
* RMS: Root Mean Square. This is arguable the most correct, but it is a little insensitive at low volumes.
* LogRMS: Natural log of RMS: My first attempt to even out the scale. It's a little too sensitive to noisy mics.
* SqrtRMS: Squareroot of RMS: My second attempt to even out RMS: it seems to works best.
* Max: Simply find the loudest bit of each sample. Most responsive, but will peg the scale on noisey places.
* Avg: Simple average of the sound.
Download Website Source Issues
While you can download the APKs here directly, you should preferably use an F-Droid client so the app stays up-to-date on your device.

Packages

Version 1.2 (2016-11-30)

Android Versions:
  • Target: 7.1
  • MinVer: 4.2
Permissions: help icon

Download (1.6 M)

Version 1.0 (2016-11-21)