$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Best Audio Equalizer for Ubuntu 22.04: Setup Guide for Perfect Sound

June 4, 2025 | By the+gnu+linux+evangelist.

How to Install

  1. 2. Install EasyEffects

    To use EasyEffects, you must be running PipeWire. Install both with:

    sudo apt install easyeffects
  2. 3. Verify PipeWire Is Running

    Check your audio server:

    pactl info | grep "Server Name"

    If the result is PipeWire, you’re all set. If not, activate it:

    sudo apt install pipewire-audio-client-libraries
    systemctl --user enable pipewire pipewire-pulse
    systemctl --user restart pipewire pipewire-pulse
  3. 4. Launch EasyEffects

    Start EasyEffects from the app menu:

    Launcher

    Or terminal:

    easyeffects
  4. 5. Enable the Equalizer

    Inside EasyEffects:

    • Click on Effects
    • Select Equalizer
    • Toggle the switch to enable it

    For a clean POP sound, try this basic EQ configuration:

    60 Hz → +2 dB
    150 Hz → 0 dB
    400 Hz → -1 dB
    1 kHz → +1 dB
    2.4 kHz → +2 dB
    6 kHz → +3 dB
    14 kHz → +2 dB

  5. 6. Enable the Bass Enhancer

    Still in the Effects section of EasyEffects:

    • Click on Add Effect
    • Select Bass Enhancer from the list
    • Toggle the switch to activate it

    Suggested Bass Enhancer settings:

    Amount → 1.0
    Harmonics → 1.0
    Output → 0.0

    EasyEffects Equalizer
  6. 7. Save Your Preset

    Click the Menu in the Top-Left Menu of the Equalizer tab “+”, and then hit Save Preset.

    Save preset

Contents