package icon

AudioMeter

A simple VU-style audio meter
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.

Donate

Versions

Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that.

Download F-Droid
  • Version 1.2 (3) suggested Added on Nov 30, 2016

    This version requires Android 4.2 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions
    • record audio
      This app can record audio using the microphone while the app is in use.

    Download APK 1.6 MiB PGP Signature | Build Log

  • Version 1.0 (1) - Added on Nov 21, 2016

    This version requires Android 4.2 or newer.

    It is built and signed by F-Droid, and guaranteed to correspond to this source tarball.

    Permissions
    • record audio
      This app can record audio using the microphone while the app is in use.

    Download APK 1.2 MiB PGP Signature | Build Log