Currently Listening To:
"Save Me" by Shinedown
So a lot of people really hate pulseaudio including me. I finally decided to remove pulseaudio from my system and here's a simple tutorial of what I did. I hope it works for you but no guarantees.
First we have to remove pulseaudio from the system
sudo apt-get remove pulseaudio
Now to remove it from xsession, we will move the xsession entry to the home folder in case we want to revert back to pulse audio
sudo mv /etc/X11/Xsession.d/70pulseaudio ~
Now we need to use Alsa and esound
sudo apt-get install alsa esound
Reboot. I hope this works for you, like I said no promises.