No description
Find a file
Josh Jeppson ae6ead454e
Some checks failed
Rust / build (push) Has been cancelled
small change
2025-09-24 08:38:48 -06:00
.github/workflows Create rust.yml 2024-11-15 17:15:45 +00:00
screenshots added readme and license 2024-11-14 22:23:59 -07:00
src small change 2025-09-24 08:38:48 -06:00
.gitignore added readme and license 2024-11-14 22:23:59 -07:00
Cargo.toml nice error message now 2024-11-15 11:20:00 -07:00
LICENSE.txt added readme and license 2024-11-14 22:23:59 -07:00
README.md featuressssss 2024-11-14 22:27:30 -07:00

FSLCMix (Simple Jack Mixer)

Made for my Linux Audio presentation for the USU Free Software and Linux Club (FSLC). Supports an arbitrary number of channels (default 5), but can be specified on the args via the -c/--channels argument. The exercise is to check out the jackless branch and re-add the JACK functionality without peeking at the main branch.

Screenshot

Features

  • RMS and Peak Tracking
  • Per-track Mute, Solo and Gain
  • Per-track hard limiting

To build:

cargo build

To run (JACK Audio Server or equivalent must be running):

cargo run

Licensed under the MIT license.