27 Mar
2012
27 Mar
'12
2:40 p.m.
Павел Колодин wrote:
So, in multi-threaded appliction, the better solution would be to start separate thread that would talk with ALSA only?
Yes. If you already have a poll()-based event loop in some thread, it might make sense to put the ALSA code there, but this depends on how these threads affect each other.
Regards, Clemens