[Hoary] Sound problems

Michael R Head burner at suppressingfire.org
Wed Mar 2 01:50:50 UTC 2005


On Tue, 2005-03-01 at 23:08 +0000, Eamonn Sullivan wrote:

> Is there a workaround? I understand this is an upstream bug, but will
> it be fixed for Hoary release? Or will the developers revert?


I've been letting alsa do the mixing and disable the other sound
server's entirely. Seems to work with gstreamer apps as well as
libao-using programs like ogg123 and mpg321.

I have this file, which I think does it:

burner at phoenix:~$ cat /etc/asound.conf
pcm.!default {
    type plug
    slave.pcm "dmixer"
}

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

pcm.dmixer  {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,0"
        period_time 0
        period_size 1024
        buffer_size 8192
        # periods 128
        rate 44100
    }
    bindings {
        0 0
        1 1
    }
}

ctl.mixer0 {
    type hw
    card 0
}



> 
> -Eamonn
> 

-- 
Michael R Head <burner at suppressingfire.org>
GPG: http://www.suppressingfire.org/~burner/gpg.key.txt (ID 23A02B1F)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050301/48e0cba1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050301/48e0cba1/attachment.sig>


More information about the ubuntu-users mailing list