Page 7 of 39 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 385

Thread: PulseAudio Equalizer Script

  1. #61
    Join Date
    Jun 2008
    Location
    New Albany, IN
    Beans
    50
    Distro
    Ubuntu

    Re: PulseAudio Equalizer Script



    you ROCK! thanks!. now my sound system is sounding like it should...

  2. #62
    Join Date
    Jun 2007
    Location
    Sofia, Bulgaria
    Beans
    49
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Re: PulseAudio Equalizer Script

    I can't run the last version 2.2. This is the output:
    Code:
    ~:$ /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py
    Getting settings...
    PulseAudio Equalizer/LADSPA Processor
    -------------------------------------
    Equalizer status: [disabled]
    Equalizer configuration status: [disabled]
    -------------------------------------
    Traceback (most recent call last):
      File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 451, in <module>
        Equalizer()
      File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 297, in __init__
        GetSettings()
      File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 45, in GetSettings
        f = open(eqconfig, "r")
    IOError: [Errno 2] No such file or directory: '/home/azot/.pulse/equalizerrc'
    ~:$ /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py
    Getting settings...
    PulseAudio Equalizer/LADSPA Processor
    -------------------------------------
    Equalizer status: [disabled]
    Equalizer configuration status: [disabled]
    -------------------------------------
    Traceback (most recent call last):
      File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 451, in <module>
        Equalizer()
      File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 297, in __init__
        GetSettings()
      File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 50, in GetSettings
        f = open(eqpresets, "r")
    IOError: [Errno 2] No such file or directory: '/home/azot/.pulse/equalizerrc.availablepresets'
    ~:$ /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py
    Getting settings...
    PulseAudio Equalizer/LADSPA Processor
    -------------------------------------
    Equalizer status: [disabled]
    Equalizer configuration status: [disabled]
    -------------------------------------
    Traceback (most recent call last):
      File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 451, in <module>
        Equalizer()
      File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 297, in __init__
        GetSettings()
      File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 56, in GetSettings
        ladspa_name = str(rawdata[1])
    IndexError: list index out of range
    After first an second error i created two empty files: "equalizerrc" and "equalizerrc.availablepresets" in ".pulse" dir. But then this "IndexError:"....

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

    Re: PulseAudio Equalizer Script

    Quote Originally Posted by blacksm1th View Post
    I can't run the last version 2.2. This is the output:
    Try this:
    Code:
    $ pulseaudio-equalizer.sh interface.resetsettings
    Then try to open the GUI again.

  4. #64
    Join Date
    Nov 2007
    Beans
    1

    Re: PulseAudio Equalizer Script

    I can not download the deb file. It's a problem with the page, or what?. If there is another way to download it, be grateful. Thanks.

    Edit: At the end, i can download the file with Internet Explorer on VirtualBox.
    Last edited by mestizo; November 15th, 2009 at 01:44 AM.

  5. #65
    Join Date
    Jun 2007
    Location
    Sofia, Bulgaria
    Beans
    49
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: PulseAudio Equalizer Script

    Quote Originally Posted by psyke83 View Post
    Try this:
    Code:
    $ pulseaudio-equalizer.sh interface.resetsettings
    Then try to open the GUI again.
    It's not working. I get the same output as before.

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

    Re: PulseAudio Equalizer Script

    Quote Originally Posted by blacksm1th View Post
    It's not working. I get the same output as before.
    That's very odd. I deleted all files in ~/.pulse, restarted PulseAudio and tried the equalizer again - it works perfectly here. You may want to re-download the .deb file - I rebuilt the 2.2 package a few times due to small problems, but the latest version should work fine.

    Judging from the output, your problem is probably due to an older version of the pulseaudio-equalizer.sh script present on your system. You should delete /usr/local/bin/pulseaudio-equalizer.sh, or any copies you may have installed elsewhere, and make sure that only one version exists in /usr/bin (provided by the .deb file).

    Finaly, run:

    Code:
    $ pulseaudio-equalizer.sh debug
    Attach the log file created on your desktop, and the contents of ~/.pulse/equalizerrc (if it exists).
    Last edited by psyke83; November 15th, 2009 at 02:55 AM.

  7. #67
    Join Date
    Jun 2007
    Location
    Sofia, Bulgaria
    Beans
    49
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: PulseAudio Equalizer Script

    Thank you psyke83. "/usr/local/bin/pulseaudio-equalizer.sh" was the problem.

  8. #68
    Join Date
    Nov 2009
    Beans
    1

    Re: PulseAudio Equalizer Script

    Thank you psyke83 !!!!!!!!!!!!!!!!!!!!

    You did it....
    I dont need my amplifier for my headphones anymore.
    thxthxthxthxthxthx
    (only thing: personal presets are not saved when i push the "save-button")

    enabled + 3 % pulseaudio cpu usage. Thats not woth mentioning.

    great job.

  9. #69
    Join Date
    Oct 2009
    Location
    Geneva, Switzerland
    Beans
    28
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: PulseAudio Equalizer Script

    Thanks, installation is now much more simple it installs nicely where it should (psyke83, I think you can now remove the installation points in your post) Nothing to say. It just works (as far I can see). Good work!
    Last edited by sbersier; November 15th, 2009 at 10:45 AM.

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

    Re: PulseAudio Equalizer Script

    Quote Originally Posted by sol12 View Post
    Thank you psyke83 !!!!!!!!!!!!!!!!!!!!

    You did it....
    I dont need my amplifier for my headphones anymore.
    thxthxthxthxthxthx
    (only thing: personal presets are not saved when i push the "save-button")

    enabled + 3 % pulseaudio cpu usage. Thats not woth mentioning.

    great job.
    I'll fix that in the next update. In the meantime, you just need to do this:
    Code:
    mkdir ~/.pulse/presets

Page 7 of 39 FirstFirst ... 5678917 ... LastLast

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
  •