Package alsa-plugins-equal: Information

    Binary package: alsa-plugins-equal
    Version: 0.6-alt1
    Architecture: i586
    Build time:  Nov 27, 2017, 05:26 AM in the task #195465
    Source package: alsa-plugins-equal
    Category: Sound
    Report package bug
    License: GPLv2+
    Summary: Real-time adjustable equalizer plugin for ALSA
    Description: 
    Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can be
    adjusted using an ALSA compatible mixer, like alsamixergui or alsamixer.
    
    This configuration (/etc/asound.conf or ~/.asoundrc) works fine for me:
    
    ctl.equal {
        type equal;
    }
    pcm.plugequal {
        type equal;
        slave.pcm "plug:dmix";
    }
    pcm.!default {
        type plug;
        slave.pcm plugequal;
    }
    
    Adjust equalizer settings:
    $ alsamixer -D equal

    Maintainer: Alexey Tourbin

    List of contributors:
    Alexey Tourbin

    Last changed


    Nov. 27, 2017 Alexey Tourbin 0.6-alt1
    - initial revision