PDA

View Full Version : Debian Etch: Flash Sound and Latency



shae
June 24th, 2007, 08:38 AM
I tried Debian Etch and absolutely loved it. I would still be using it if I could figure out how to configure flash correctly. I used ESD for sound mixing and while I could figure out how to enable sound, it laged far behind the video. Does anyone else know how to fix this problem? I tried google, but then I might have missed something.

Thank you very much ahead of time.

kerry_s
June 24th, 2007, 09:59 AM
I tried Debian Etch and absolutely loved it. I would still be using it if I could figure out how to configure flash correctly. I used ESD for sound mixing and while I could figure out how to enable sound, it laged far behind the video. Does anyone else know how to fix this problem? I tried google, but then I might have missed something.

Thank you very much ahead of time.

alsa is better than esd>
su
apt-get install alsa-base alsa-utils
then while your still in terminal as root>
alsaconf
exit <to switch back to the user
then adjust the settings>
alsamixer

flash is just> apt-get install flashplugin-nonfree

make sure you have> main contrib non-free
at the end of your repos, to have access to all the software.

shae
June 25th, 2007, 07:35 AM
I used this:


sudo apt-get install gnome-audio libesd-alsa0 alsa-oss esound-clients

and in /etc/iceweasel/iceweaselrc


FIREFOX_DSP="aoss"

To fix it. Thanks guys.