Forward all ALSA output to Pulseaudio
From froelix.com - Wiki
Revision as of 20:45, 3 November 2010 by Froelix (Talk | contribs) (Created page with '* Install the Pulseaudio-plugin for ALSA. The name of this package is ''libasound2-plugins''. * Modify/create the file ''/etc/asound.conf'' to/with the following content: pcm.!d…')
- Install the Pulseaudio-plugin for ALSA. The name of this package is libasound2-plugins.
- Modify/create the file /etc/asound.conf to/with the following content:
pcm.!default
{
type pulse
}
ctl.!default
{
type pulse
}
- Reboot the PC.