Skip to content

Instantly share code, notes, and snippets.

@osv
Created June 29, 2022 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osv/a56db790dbbec46730033fd4e42749da to your computer and use it in GitHub Desktop.
Save osv/a56db790dbbec46730033fd4e42749da to your computer and use it in GitHub Desktop.
pulse audio compressor module linux
.ifexists module-ladspa-sink.so
.nofail
load-module module-ladspa-sink sink_name=compressor-stereo plugin=sc4_1882 label=sc4 control=1,1.5,401,-30
set-default-sink compressor-stereo
.fail
.endif
@osv
Copy link
Author

osv commented Jun 29, 2022

You can check here - up to -180db https://youtu.be/e6Be-bCfkKw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment