Re: [oss-devel] [opensound-discuss] Synchronization of input and output with OSS API

2009-07-30 Thread Garrett D'Amore
Stéphane Letz wrote: > Hi, > > Our jack OSS (or Boomer) driver uses a 2 threads model (one used for > reading and one used for writing). In duplex mode, we typically open > the input and output devices separately, then use blocking "read" on > input side and blocking "write" on output side. Bot

Re: [oss-devel] [opensound-discuss] Synchronization of input and output with OSS API

2009-07-30 Thread Stéphane Letz
Le 30 juil. 09 à 23:31, Garrett D'Amore a écrit : > Stéphane Letz wrote: >> Hi, >> >> Our jack OSS (or Boomer) driver uses a 2 threads model (one used >> for reading and one used for writing). In duplex mode, we >> typically open the input and output devices separately, then use >> blockin