Antonino Sabetta wrote:

> Andreas Karlsson wrote:
>
>> On Tuesday 31 May 2005 17.45, Antonino Sabetta wrote:
>>
>>> Andreas,
>>> I do not see the relation between dumping Artsd and the -alsa
>>> switch. Since
>>> I'm having big troubles trying to make things work with
>>> alsa+dmix+arts, can
>>> you explain how do you intend to configure your sound system?
>>> Thanks,
>>>   Antonino
>>
>>
>>
>> Yeah, now I think I was smoking crack or something. What I meant was
>> ofcourse dumping arts alltogether, not alsa. *mumble*
>
>
> My question is still valid :)
> How are you going to mix sounds without arts? Are you going to use
> some other
> sound daemon? Or dmix?
> Thank you,
>   Antonino


Personally, I use dmix, although it can be a pain (lots of trial and
error) to get setup and working correctly.  I also use artsd for KDE
applications (except for amarok, which works best with the xine engine),
by specifying pcm.dmixer as the output device for artsd in control panel.

If you are looking for a starting point for a dmix setup, my ~/.asoundrc
contains:

pcm.!default {
        type plug
        slave.pcm "dmixer"
}

pcm.dmixer {
        type dmix
        ipc_key 1024
        slave {
                pcm "hw:0,0"
                period_time 0
                period_size 2048
                buffer_size 65536
                rate 44100
        }
        bindings {
                0 0
                1 1
        }
}

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

ctl.mixer0 {
        type hw
        card 0
}

-Richard

-- 
[email protected] mailing list

Reply via email to