Results 1 to 10 of 385

Thread: PulseAudio Equalizer Script

Threaded View

  1. #11
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: PulseAudio Equalizer Script

    Quote Originally Posted by mojo2012 View Post
    Hi guys,

    thank you so much for this little script an the config app. It solved my problem described here: http://ubuntuforums.org/showthread.p...02#post8205002.

    Finally, sound is smootly and equally distributed over all speakers.

    What I noticed is, that now the overall sound volume is much lower. Is there a way to make the whole sound louder as well?
    I played around with the equalizer but couldn't make the volume louder.
    I don't have a surround configuration, so I'm not certain if there's a better way to solve this problem. The point of equalizer used by this script is not to redistribute volume across speakers.

    Anyway, the best way to boost sound is to enable "flat-volumes" in PulseAudio, which will ensure that equalized volume is just as loud as regular audio (at least on my system). Here's the easiest way:

    Code:
    $ sed 's/flat-volumes = no/flat-volumes = yes/g' /etc/pulse/daemon.conf >~/.pulse/daemon.conf; pkill pulseaudio
    Note that the above command will (necessarily) force PulseAudio to restart, so any running sound applications will also need to be restarted.
    Last edited by psyke83; November 7th, 2009 at 08:23 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •