A plug and play real-time audio enhancer for Linux which makes anything sound instantly better.
PipeWire devel headers for your distribution.
# daemon
cargo run --release
# gui client
cargo run --bin loom --release
# cli client
cargo run --bin loomctl --release -- pitch_enabled true./res/install.shThis installs the systemd service and starts the daemon. Start the the GUI with loom to play around with the settings.
- EQ and presets
- Presets
- Controls to create custom preset
- UX
- Persistence
- Non-RT features
- deamon-mode and IPC support
- Configuration files
- Detailed IPC error handling
- Better command-line parsing
- Colors
- PipeWire features
- n.1 input (n > 2)
- Variable sample rate
- Desktop integration
- Init system integration
- Package mangers support
- Desktop environment-like projects
- Explore additional spatial-audio techniques
The source code and documentation are licensed under the Mozilla Public License 2.0. See LICENSE.