Skip to content

Commit

Permalink
version bump script to 3.0
Browse files Browse the repository at this point in the history
modified README.md,
bumped version of script to 3.0
  • Loading branch information
kernelOfTruth committed Dec 28, 2016
1 parent ace5d1a commit 6bbd4b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@ http://www.webupd8.org/2013/10/system-wide-pulseaudio-equalizer.html

https://aur.archlinux.org/packages/pulseaudio-equalizer-ladspa/

Since development has stalled, the GUI isn't launching and the locally created config-files are getting messed up (the options appear twice) - equalizerrc, equalizerrc.availablepresets - even when forcing python via

export EPYTHON=python2.7
Much thanks to kabili207 gtk+ 3 and python 3 are now supported:

it still errors out ...
"Support for both was added by using pygtkcompat. Minimal changes
were required to allow this.


Currently I'm enabling it via

pulseaudio-equalizer toggle

and

having a pre-set preset option in pulseaudio-equalizer
(e.g. PA_CURRENT_PRESET="Club.preset")
The source code was also run through a formatter to correct the
heavy mix of tabs and spaces. I have no idea how it even ran with
such inconsistent indentation."
2 changes: 1 addition & 1 deletion bin/pulseaudio-equalizer
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PA_CURRENT_PRESET="Headphones.preset"
PRESET_DIR1=$HOME/.config/pulse/presets
PRESET_DIR2=/usr/share/pulseaudio-equalizer/presets
SCRIPT_NAME=pulseaudio-equalizer
SCRIPT_VERSION="2.7 (05/02/2010)"
SCRIPT_VERSION="3.0 (06.12.2016)"
CONFIG_NAME=$HOME/.config/pulse/equalizerrc
LOG_NAME=$HOME/pulseaudio-equalizer.log

Expand Down

0 comments on commit 6bbd4b3

Please sign in to comment.