eqtui 0.1.1-alpha.4

Terminal-native(TUI) audio effects processor for PipeWire
1
2
3
4
5
6
// Copyright (C) 2026 SiputBiru <hillsforrest03@gmail.com>
// SPDX-License-Identifier: GPL-2.0-only

pub mod parser;

pub use parser::{PeqError, PeqPreset, parse_peq};