I've successfully used the following workaround posted in the Skype
linux forums:

--------------------

pcm.paul { # paul is my name, you can use your name, just make sure you use it 
below too
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,0"    
        period_time 0
        period_size 1024
        buffer_size 8192
       #format "S32_LE"
       #periods 128
        rate 44100
    }
}

pcm.dsp0 {
    type plug
    slave.pcm "paul"
}

# This following device can fool some applications into using pulseaudio
pcm.dsp1 {
    type plug
    slave.pcm "pulse"
}

ctl.mixer0 {
    type hw
    card 0
}


pcm.pulse { type pulse }
ctl.pulse { type pulse }
pcm.!default {
    type pulse
}

ctl.!default {
    type pulse
}

--------------------

Topic located at: http://forum.skype.com/index.php?showtopic=306381

Once I logged out and logged back in, I ran Skype, opened the options
dialogue and changed both the "Sound Out" and "Ringing" sound devices to
the newly-listed sound device. Also, my "Sound In" is set to HDA Intel.

-- 
Skype high CPU use on 9.04 using pulse (and audio recording/sending delay >5sec)
https://bugs.launchpad.net/bugs/362203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to