Skip to content

A basic mixer for my audio presentation at the USU FSLC (free software and linux club)

License

Notifications You must be signed in to change notification settings

ifndefJOSH/fslcmix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A basic mixer for my audio presentation at the USU FSLC (free software and linux club)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages