fdroiddata/metadata/com.quaap.audiometer.txt

49 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-11-19 14:30:23 +00:00
Categories:Multimedia
2018-05-16 19:28:14 +00:00
License:GPL-3.0-or-later
2016-11-19 14:30:23 +00:00
Web Site:http://quaap.com/D/AudioMeter
Source Code:https://github.com/quaap/AudioMeter
Issue Tracker:https://github.com/quaap/AudioMeter/issues
2017-01-08 14:03:39 +00:00
Donate:https://paypal.me/quaap
2016-11-19 14:30:23 +00:00
2016-11-20 03:44:38 +00:00
Auto Name:AudioMeter
2016-11-19 14:30:23 +00:00
Summary:A simple VU-style audio meter
Description:
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.
2017-01-08 14:03:39 +00:00
I noticed there was no audio meter in F-Droid, so I thought I'd build one.
2018-07-07 20:04:18 +00:00
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.
2016-11-19 14:30:23 +00:00
.
Repo Type:git
Repo:https://github.com/quaap/AudioMeter
Build:1.0,1
commit=v1.0.0
subdir=app
gradle=yes
2016-11-27 02:25:35 +00:00
Build:1.1,2
2016-11-28 22:39:56 +00:00
disable=lint-missing-translation
2016-11-27 02:25:35 +00:00
commit=v1.1.0
subdir=app
gradle=yes
2016-11-28 06:52:38 +00:00
Build:1.2,3
commit=v1.2.0
subdir=app
gradle=yes
2016-11-19 14:30:23 +00:00
Auto Update Mode:Version v%v.0
Update Check Mode:Tags
2016-11-28 06:52:38 +00:00
Current Version:1.2
Current Version Code:3