Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 38

Thread: Flash Player Sound Lag Issue

  1. #21
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Flash Player Sound Lag Issue

    Just tested the link you provided with flash stable from the repos, flash beta from Adobe Labs and flash from Chrome. All 32bit. They all exhibit the same problems. The game interface has glitches and the sound has delay.

    Tried to disable hardware acceleration, remove Flash-Aid tweaks and even disabled effects. Nothing solves the problem.

    So I believe is not your machine. Is flash or the video driver.

    What video card are you using? I am using a nVidia 7300GT.

    BTW, I am using Kubuntu 11.04.

  2. #22
    Join Date
    Mar 2010
    Beans
    97

    Re: Flash Player Sound Lag Issue

    Quote Originally Posted by lovinglinux View Post
    Just tested the link you provided with flash stable from the repos, flash beta from Adobe Labs and flash from Chrome. All 32bit. They all exhibit the same problems. The game interface has glitches and the sound has delay.

    Tried to disable hardware acceleration, remove Flash-Aid tweaks and even disabled effects. Nothing solves the problem.

    So I believe is not your machine. Is flash or the video driver.

    What video card are you using? I am using a nVidia 7300GT.

    BTW, I am using Kubuntu 11.04.
    I think I am using a Radeon HD 5750.

  3. #23
    Join Date
    Mar 2010
    Beans
    97

    Re: Flash Player Sound Lag Issue

    Bump.

  4. #24
    Join Date
    Mar 2010
    Beans
    97

    Re: Flash Player Sound Lag Issue

    Bump.

  5. #25
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Flash Player Sound Lag Issue

    I just tested on Maverick 32bit on a VM and the same sound delay occurs.

  6. #26
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Flash Player Sound Lag Issue

    Tested using esound instead of pulseaudio and got the same delay.

  7. #27
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Flash Player Sound Lag Issue

    Solution for the audio delay:

    Create a new firefox script under /usr/local/bin/firefox with the following command:

    Code:
    gksudo gedit /usr/local/bin/firefox
    Paste the following into the blank file and save it:

    Code:
    #!/bin/bash
    export PULSE_LATENCY_MSEC=20
    exec /usr/bin/firefox "$@"
    Then run this:

    Code:
    sudo chmod a+x /usr/local/bin/firefox
    Start firefox with the command:

    Code:
    /usr/local/bin/firefox
    Source: https://bugs.launchpad.net/ubuntu/+s...66/comments/34

    I recommend that you add yourself to the bug https://bugs.launchpad.net/ubuntu/+s...io/+bug/294666

  8. #28
    Join Date
    Mar 2010
    Beans
    97

    Re: Flash Player Sound Lag Issue

    Quote Originally Posted by lovinglinux View Post
    Solution for the audio delay:

    Create a new firefox script under /usr/local/bin/firefox with the following command:

    Code:
    gksudo gedit /usr/local/bin/firefox
    Paste the following into the blank file and save it:

    Code:
    #!/bin/bash
    export PULSE_LATENCY_MSEC=20
    exec /usr/bin/firefox "$@"
    Then run this:

    Code:
    sudo chmod a+x /usr/local/bin/firefox
    Start firefox with the command:

    Code:
    /usr/local/bin/firefox
    Source: https://bugs.launchpad.net/ubuntu/+s...66/comments/34

    I recommend that you add yourself to the bug https://bugs.launchpad.net/ubuntu/+s...io/+bug/294666
    HOLY! It worked!!!!! I have had this problem for so long and now its fixed! You're awesome! The only weird thing is that now firefox isn't the default web browser, but I just set it as default again. You are amazing!

  9. #29
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Flash Player Sound Lag Issue

    Quote Originally Posted by mclizardman View Post
    HOLY! It worked!!!!! I have had this problem for so long and now its fixed! You're awesome! The only weird thing is that now firefox isn't the default web browser, but I just set it as default again. You are amazing!
    You are welcome.

    I had no idea how to fix this, but I was lucky to find the bug report.

  10. #30
    Join Date
    Mar 2010
    Beans
    97

    Re: Flash Player Sound Lag Issue

    well I'm glad you did. It's a shame that the flash for Linux is still really resource heavy for what it is. My system is sometimes bogged down by little flash games when in Windows it can play StarCraft 2 on ultra settings with 60 Frame Rates per second.

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

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
  •