6 releases

0.1.5 Jun 21, 2022
0.1.4 Jun 20, 2022
0.1.3 Aug 27, 2021

#117 in Multimedia

Download history 6/week @ 2024-02-25 13/week @ 2024-03-10 89/week @ 2024-03-31

102 downloads per month

MIT license

12KB
229 lines

Meter

Crates.io MIT licensed

This is a very simple command line utility written in Rust for measuring the gain of a microphone. It displays the values in dBFS. This is useful for knowing when a microphone's gain is set to an appropriate level to avoid clipping.

Currently defaults to using the default microphone. Future plans seen in the todos.

example

Install

Clone and Build

Clone the repo and install using Cargo

$ cargo install --path .

Crates.io

$ cargo install meter
$ meter

Todo

  • improve ui
  • support more input formats
  • support output monitoring
  • support choosing input/output
  • mono vs stereo?

Dependencies

~2–14MB
~160K SLoC