soundcheck 0.0.13

A terminal-based audio monitoring application that displays real-time audio levels and exits when sound exceeds a specified threshold.
[[bin]]
name = "soundcheck"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.cpal]
version = "0.15"

[dependencies.crossterm]
version = "0.27"

[dependencies.ratatui]
version = "0.26"

[dependencies.tokio]
features = ["full", "signal"]
version = "1.38"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A terminal-based audio monitoring application that displays real-time audio levels and exits when sound exceeds a specified threshold."
edition = "2024"
license = "MIT"
name = "soundcheck"
readme = "README.md"
repository = "https://github.com/isfopo/soundcheck"
version = "0.0.13"