[package]
edition = "2024"
name = "termwaves"
version = "0.1.0"
authors = ["Xander Pickering <ajamespickering@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real-time audio capture and visualization (FFT, oscilloscope, spectrum) driven by PipeWire"
homepage = "https://github.com/xandwr/termwaves"
readme = "README.md"
keywords = [
"audio",
"pipewire",
"spectrum",
"oscilloscope",
"tui",
]
categories = [
"multimedia::audio",
"visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/xandwr/termwaves"
[lib]
name = "termwaves"
path = "src/lib.rs"
[dependencies.pipewire]
version = "0.10.0"
[dependencies.ringbuf]
version = "0.5.0"