
A real-time easy to use audio enhancer for Linux
PipeWire devel headers for your distribution.
# daemon
cargo run --release
# gui client
cargo run --bin saq --release
# cli client
cargo run --bin saqctl --release -- pitch enable
./res/install.sh
This installs the systemd service and starts the daemon. Start the GUI with saq to play around with the settings.
nix build
nix develop
nix run # gui
nix run .#daemon # daemon
The source code and documentation are licensed under the Mozilla Public License 2.0. See LICENSE.
41 commits
4 commits
Rust
96.9%
Nix
1.8%
Shell
1.3%

A real-time easy to use audio enhancer for Linux
PipeWire devel headers for your distribution.
# daemon
cargo run --release
# gui client
cargo run --bin saq --release
# cli client
cargo run --bin saqctl --release -- pitch enable
./res/install.sh
This installs the systemd service and starts the daemon. Start the GUI with saq to play around with the settings.
nix build
nix develop
nix run # gui
nix run .#daemon # daemon
The source code and documentation are licensed under the Mozilla Public License 2.0. See LICENSE.
41 commits
4 commits
Rust
96.9%
Nix
1.8%
Shell
1.3%