
Ear Candy
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A sound level manager that nicley fades applications in and out based on there profile and window focus
What works now :
- All volume adjustments are fades
- Fade out music/video players on skype call
- Fade to music player with focus when more than one
- Fade out music player when video playing
- Fade to left or right based on window position (How useful is this.... well its fun to play with)
- Pref UI for creating rules
FraSMOG
11 years ago
Report
jorgebraz
11 years ago
Report
FraSMOG
11 years ago
Report
jorgebraz
11 years ago
https://launchpad.net/~flimm/+archive/ppa/+files/earcandy_0.4-0ubuntu1_all.deb
But it might be better if you add the repository to your sources files (this way you'll get automatic updates):
Quote:gksudo gedit /etc/apt/sources.list
then add the following lines at the bottom of the file
Quote:deb http://ppa.launchpad.net/flimm/ppa/ubuntu jaunty main #earcandy
deb-src http://ppa.launchpad.net/flimm/ppa/ubuntu jaunty main #earcandy sources
save and quit
then type the following command in the terminal
Quote:sudo apt-get update && sudo apt-get install earcandy
Done :)
Report
FraSMOG
11 years ago
it works ;)
Report
jorgebraz
11 years ago
https://launchpad.net/~flimm/+archive/ppa/+files/earcandy_0.4-0ubuntu1_all.deb
But it might be better if you add the repository to your sources files (this way you'll get automatic updates):
Quote:gksudo gedit /etc/apt/sources.list
then add the following lines at the bottom of the file
Quote:deb http://ppa.launchpad.net/flimm/ppa/ubuntu jaunty main #earcandy
deb-src http://ppa.launchpad.net/flimm/ppa/ubuntu jaunty main #earcandy sources
save and quit
then type the following command in the terminal
Quote:sudo apt-get update && sudo apt-get install earcandy
Done :)
Report