>JACK should really not be used with dmix - what happens if you use it
>with the hw device?

with ot without a .asoundrc? I tried to write it using the plughw
layer and the 'format' option for that, but this did not resolve the
steady clicks. this only worked with dmix.

>That format option in your .asoundrc would only have an effect if you
>were using JACK with the "ossmix" device.

ah ok, I saw a slight increase in cpu-load, maybe that is the cause?

Karsten



>hehe.. exactly!! copied it.. but it worked, more or less.
>I am using the latest ccrma alsa which is, ermm..
>alsa-driver_1.0.9b-1.rhfc4.ccrma_i686.rpm
>do you have the card working with jack with a newer version of alsa
>without a .asoundrc?
>I would definitely be interested in a cheap solution! But using dmix
>and setting the format option was the only thing that helped really.
>
>K


On 2/25/06, Lee Revell <[EMAIL PROTECTED]> wrote:
> On Thu, 2006-02-23 at 16:09 +0000, karlos wrote:
> > pcm.ossmix {
> >     type dmix
> >     ipc_key 1024
> >     slave {
> >     pcm "hw:1,0"
> >         period_time 0
> >         period_size 512
> >         buffer_size 4096 # buffer size < 6653, but pow(x, 2)
> >         rate 44100 # we want to play CDs only
> >         format S16_LE # needed in alsa 1.0.10 for some reason
> >     }
> >     bindings {
> >         0 0
> >         1 1
> >     }
> > }
> >
> > # Everything shall be dmixed, so redefine "default":
> > pcm.!default {
> >     type plug
> >     slave.pcm "ossmix"
> > }
> >
> > # OSS via aoss should d(mix)stroyed:
> > pcm.dsp0 {
> >     type plug
> >     slave.pcm "ossmix"
> > }
> > ctl.mixer0 {
> >     type hw
> >     card 0
> > }
>
> What ALSA version are you using?  None of this garbage is necessary.
>
> It looks like you just copied that .asoundrc from the ICE1712 dmix
> howto?!?
>
> Try it first with ALSA 1.0.9 or later and NO .asoundrc!!!!!
>
> Lee
>
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to