Skip to content

cgbur/meter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 21, 2022
cfcb90d · Jun 21, 2022

History

40 Commits
Aug 26, 2021
Aug 27, 2021
Aug 26, 2021
Jun 20, 2022
Jun 21, 2022
Aug 27, 2021
Jun 21, 2022

Repository files navigation

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?