From 27c80e901bea6c9ebc99869e259b341cd628f2b0 Mon Sep 17 00:00:00 2001 From: Josh Jeppson Date: Thu, 14 Nov 2024 22:25:13 -0700 Subject: [PATCH] mixer. not eq --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b14fed4..0928f27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FSLCMix (Simple Jack Equalizer) +# 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.