<br><br><div class="gmail_quote">On Tue, Jan 10, 2012 at 2:22 AM, Chris Lewis <span dir="ltr"><<a href="mailto:chrislewis915@gmail.com">chrislewis915@gmail.com</a>></span> wrote:<br><br>> What I cant get working is the sound from flash on websites (bbc<br>
> iplayer and the like) I remember having to modify some config file to<br>> point pulse audio at the correct device but I can't remember which<br>> file or what the changes were!<br><br>I'm using TOSLINK audio out, but maybe something similar will work for you. To get sound to work on Flash sites in Firefox (youtube, espn3, etc.) I had to create the file /etc/asound.conf<br>
<br>It contains this:<br><br>----8<----<br>pcm.!default {<br> type hw<br> card 0<br> device 1<br>}<br>----8<----<br><br>(The card number and device number will likely be different in your case.)<br>
<br>Now sound works in Firefox. <br><br>-FBP<br><br></div>