Audio Stutter in in ubuntu 12.04

7,138

Solution 1

I found that it is specific to Google Chrome. Unfortunately whenever Chrome is running it also interferes with audio in other places as well, but since chrome is almost always running it was difficult to track down. Solution: switched back to firefox, as audio problems are too large to ignore. Audio problems are gone now. I'll check with chrome again after a few updates.

Solution 2

Once it stutters I always got rid of this problem by killing/restarting pulseaudio.

  1. sudo killall pulseaudio
  2. sudo pulseaudio --system=1 --daemonize
  3. Close and re-open chromium

Solution 3

12.04 - Ubuntu/Linux Audio Skipping/Stuttering

I fixed this problem system wide, by changing the audio standard in my BIOS from HD to AC97. Ever since then, I've had zero problems with audio in my computer.

Solution 4

I followed the answer/tutorial in How to solve jitter (or stutter) playback via Chrome flash plugin? and now playback seems to work again:

  1. Go to chrome://plugins in Chrome.

  2. Activate the details by clicking on the "+"-sign which you find on the top, right side.

  3. Deactivate the Chrome flash plugin: On my system it is located in /opt/google/chrome/PepperFlash/libpepflashplayer.so.

  4. Use the one which is installed together with Mozilla Firefox: On my system it is located in /usr/lib/flashplugin-installer/libflashplayer.so

Unfortunately I would not entitle this as a solution for your problem. It is more a workaround until the problems with the original Chrome flash plugin are solved. But until then you are still able to use your Chrome browser.

Share:
7,138

Related videos on Youtube

Pit0r
Author by

Pit0r

I love statistics and programming. My primary languages are S/R, C/C++, Visual Basic. I'm not sure if AutoHotKey is quite a programming language but there is nothing better for automating things in windows.

Updated on September 18, 2022

Comments

  • Pit0r
    Pit0r over 1 year

    After upgrading to precise my audio is stuttering. It is happening, in VLC, mplayer, and anything streaming from the internet. I followed the procedures in https://help.ubuntu.com/community/SoundTroubleshootingProcedure but nothing has helped so far. There is the problem that the driver version is out of date but it does not seem to want to update with the given commands.

    $ bash alsa-info.sh --stdout |grep version
    Driver version:     1.0.24
    Library version:    1.0.25
    Utilities version:  1.0.25
    

    How can I upgrade the driver and fix the stuttering?

  • Clutch
    Clutch over 11 years
    This worked like a charm for Firefox also.
  • OmarL
    OmarL over 3 years
    Your link is dead
  • Mark Tomlin
    Mark Tomlin over 3 years
    @OmarL Well, yeah, this answer is from 7 years ago. So that makes sense. It's also from an operating system that is 8 years old.