Skip to content

Commit

Permalink
Use specific commit of pianobar without audio buffering
Browse files Browse the repository at this point in the history
Audio buffering causes volume changes to be delayed.  See
PromyLOPh/pianobar#679 for more information.
  • Loading branch information
jvshahid committed Jul 16, 2019
1 parent 1d4562a commit 1608fba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install-pianobar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ install_package ffmpeg libao
[ ! -d ~/codez/pianobar ] && git clone https://github.com/PromyLOPh/pianobar.git ~/codez/pianobar

pushd ~/codez/pianobar
git pull --rebase
# pianobar introduced buffering in the following commit which causes volume
# changes to be delayed. Use the previous commit to avoid that issue.
git checkout bbbdd99fdaacfe0a3c9a1237fa0d086907c1286f~
make
popd

Expand Down

0 comments on commit 1608fba

Please sign in to comment.