Trace: audio

Table of Contents

Audio

PulseAudio

Noramlization

  • Install swh-plugins and paprefs
  • Launch paprefs and switch to the Simultaneous Output tab
  • Check the Add virtual output … all sound cards and close
  • copy the content of the codeblock below this list co ~/.config/pulse/default.pa
  • Fire up pulseaudio -k in your terminal emulator
.nofail
.include /etc/pulse/default.pa

# Create compressed sink that outpus to the simultaneous output device
load-module module-ladspa-sink  sink_name=ladspa_sink  master=combined plugin=dyson_compress_1403  label=dysonCompress  control=0,1,0.5,0.99

# Create normalized sink that outputs to the compressed sink
load-module module-ladspa-sink  sink_name=ladspa_normalized  master=ladspa_sink  plugin=fast_lookahead_limiter_1913  label=fastLookaheadLimiter  control=10,0,0.8

# Comment out the line below to disable setting the normalized output by default:
set-default-sink ladspa_normalized

Solution found at: https://gist.github.com/lightrush/

pub/tech/linux/audio.txt · Last modified: 2023/03/04 07:24