Thread: How To: The (almost) Perfect Pulse Audio Setup
after tinkering, have found setup pulse audio on hardy happy with. since lot of people having trouble it, here's did:
updates:
- added link method 5.1 sound
- patched sdl pulse driver. see changes in step 3: libsdl1.2debian-all no longer needed.
i've submitted bug try patch incorporated in ubuntu version: https://bugs.launchpad.net/ubuntu/+s....2/+bug/225467- created repository new pulse drive (supports i386, amd64, , lpia)
more changes step 3 now.
1) install additional packages
2) configure settingscode:sudo apt-get install libao-pulse libasound2-plugins
--edit /etc/asound.conf file so:
--edit /etc/libao.conf so:code:pcm.pulse { type pulse } ctl.pulse { type pulse } pcm.!default { type pulse } ctl.!default { type pulse }
create files don't exist.code:default_driver=pulse
--go system>preferences>sound
--set top 4 boxed pulseaudio sound server
--set default mixer name of sound card
3) install additional pulse packages
allow install additional dependencies.code:sudo apt-get install libflashsupport padevchooser pulseaudio-module-hal pulseaudio-module-x11
--updated here:--
ensure have default libsdl install, first run this:
now add following lines /etc/apt/sources.list (this add repository, packages need):code:sudo apt-get install libsdl1.2debian libsdl1.2debian-alsa
now run following:code:## zman0900's ppa deb http://ppa.launchpad.net/zman0900/ubuntu hardy main deb-src http://ppa.launchpad.net/zman0900/ubuntu hardy main
note: if libsdl1.2debian-pulseaudio not install you, following 2 things instead:code:sudo apt-get update sudo apt-get upgrade sudo apt-get install libsdl1.2debian-pulseaudio
and add ~/.profile :code:sudo apt-get install libsdl1.2debian-all
both libsdl1.2debian-pulseaudio , libsdl1.2debian-all contain patched pulse driver, requires explicitly use pulse sdl_audiodriver environment variable.code:# make sdl audio work pulse #export sdl_audiodriver=pulse
--end update--
5) set device chooser
go applications>sound & video>pulseaudio device chooser
show plug in notification area.
left click, click preferences, check start applet on session login.
6) restart computer!
should set now. should able play audio through both alsa, esd, , pulse applications @ same time, , show in device chooser separate, configurable stream.
additional info:
see pulseaudio website info many other applications:
http://pulseaudio.org/wiki/perfectse...tyapplications
about oss applications:
if want use oss application @ same time other sounds playing through pulse, command:
this should work oss application. redirect sound through pulse. without padsp, oss application thing can play sound while running.code:padsp <some-oss-program>
possible method 5.1 sound:
see here: http://ubuntuforums.org/showpost.php...38&postcount=4
current issues:
- wine not work through alsa, esd, or oss.
- the pulse driver sdl has slight audio lag, less esd driver.
- some other programs may not work alsa through pulse.
see bug: http://www.pulseaudio.org/ticket/285
post if know of more.
workedcame looking see if fix flash playback, ended following entire guide , worked without flaws/bugs!
Forum The Ubuntu Forum Community Other Discussion and Support Tutorials Outdated Tutorials & Tips How To: The (almost) Perfect Pulse Audio Setup
Ubuntu
Comments
Post a Comment