Page 1 of 7 123 ... LastLast
Results 1 to 10 of 63

Thread: HOWTO: Solve sound missing or out-of-sync in Flash Player

  1. #1
    Join Date
    May 2006
    Beans
    30
    Distro
    Edgy Eft Testing

    HOWTO: Solve sound missing or out-of-sync in Flash Player

    OK, I found this solution while I was trying to get my sound card to use dmix to mix sounds, since alsa thought it was able to do hardware mixing but it never could.

    First, edit/create ~/.asoundrc to include the following (nano ~/.asoundrc)
    Code:
    pcm.!default {
            type plug
            slave.pcm "dmix"
    }
    NOTE: This will cause alsa to use software mixing on cards with hardware mixing support... I don't know if this step is necessary to fix sync on cards with hardware mixing support.

    Install alsa-oss (sudo apt-get install alsa-oss). Then, run your browser prefixed with aoss (ie "aoss firefox") and your flash sync and/or lack-of-sound will be fixed.

    For Firefox, you can have it automatically run it with aoss by editing /etc/environment (sudo nano /etc/environment) and adding
    Code:
    FIREFOX_DSP=aoss
    to the end of the file. Other browsers probably have similar methods, but I am not personally familiar with them.
    Last edited by remusus; June 2nd, 2006 at 10:39 PM.

  2. #2
    Join Date
    Mar 2005
    Beans
    38

    Re: HOWTO: Solve sound missing or out-of-sync in Flash Player

    I'm going to give this a shot later on; it's a problem that's been bugging me for ages! There's nothing worse that watching Strong Bad and the paper not being in sync
    This .sig intentionally left blank

  3. #3
    Join Date
    May 2006
    Beans
    30
    Distro
    Edgy Eft Testing

    Re: HOWTO: Solve sound missing or out-of-sync in Flash Player

    Well I was very much surprised when doing this this made the sync in Flash Player perfect, since the main goal was just getting the sound in Flash Player to work at the same time as a music player... but if it works I won't complain

  4. #4
    Join Date
    Aug 2005
    Beans
    43
    Distro
    Dapper Drake Testing/

    Re: HOWTO: Solve sound missing or out-of-sync in Flash Player

    thanks for this, remusus...

    this problem had been bugging me for a while; this quick fix works perfectly for me...

  5. #5
    Join Date
    Oct 2005
    Location
    Dallas, TX
    Beans
    172
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: Solve sound missing or out-of-sync in Flash Player

    You didn't happen to find out what package aoss is in, did you? I've got alsa-utils installed, but aoss comes across as not found.

  6. #6
    Join Date
    Apr 2006
    Beans
    5

    Re: HOWTO: Solve sound missing or out-of-sync in Flash Player

    Quote Originally Posted by grsing
    You didn't happen to find out what package aoss is in, did you? I've got alsa-utils installed, but aoss comes across as not found.
    The package is alsa-oss.

    This solution does not fix the sync issue for me. It seems to be the worst with video like youtoube. It goes out of sync right away.

    My solution is running windows firefox or IE in wine with flash 8.

  7. #7
    Join Date
    May 2006
    Beans
    30
    Distro
    Edgy Eft Testing

    Re: HOWTO: Solve sound missing or out-of-sync in Flash Player

    @space42, what sound card, sound kernel module and browser are you using? I'd like to know which cards this works and doesn't work for...
    Last edited by remusus; June 2nd, 2006 at 10:40 PM.

  8. #8
    Join Date
    Nov 2004
    Location
    Madrid, Spain
    Beans
    21

    Re: HOWTO: Solve sound missing or out-of-sync in Flash Player

    Tried on 3 fresh Dapper install with onboard soundcards (two Intel and a Sis963).

    It works like a charm. Thanks.

  9. #9
    Join Date
    Apr 2006
    Location
    Miami, FL
    Beans
    80
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Solve sound missing or out-of-sync in Flash Player

    It works when I run firefox from terminal using "aoss firefox" but I can't get it to work automatically. I edited the same file as directed. Is there another file I'm missing? I tried it with and without quotation marks with the same results.
    Last edited by Dr. Feelgood; June 20th, 2006 at 05:02 AM.
    "He's the one they call Dr. Feelgood
    He's the one that makes ya feel alright"

    www.GKEonline.com

  10. #10
    Join Date
    Aug 2005
    Beans
    992

    Re: HOWTO: Solve sound missing or out-of-sync in Flash Player

    worked perfectly for me.
    thanks.

Page 1 of 7 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •