>is it possible with alsa to use different settings for capture and
>playback, either periods or buffer size or both ?
>if yes, i might try and add that to jack, but since this is my first
>undertaking with alsa programming, i thought i'd ask first :)
>
>i got this idea from glame, which uses 2 and 4 periods and also
>different sizes and runs dropout-free. it does not however open the card
>full-duplex, but uses two threads that operate in halfduplex mode
>instead.

ALSA doesn't support "full duplex" to start with. You always have to
open two separate handles for this. Hence, the problem is 100% inside
of JACK's ALSA driver/client. It is written to use the same number of
periods in both directions. It would be possible to change this but it
would not be easy.

Your problems with JACK are caused by a different problem as far as I
can tell (so far), and GLAME's design won't help. More on the jack-dev
list later today (i hope).

--p


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to