On Fri, Mar 18, 2005 at 08:24:01AM -0700, Hans Fugal wrote: > I'm writing an application that will use alsa in the common case, but be > jack-capable. I'm faced with the following design question: Do I wrap > the jack part to emulate the read/write of alsa, or do I wrap the alsa > part to emulate the callback style of jack? In other words, do I push or > pull from the audio segment of the program?
maybe write the whole thing callback-based and use portaudio? -- Paul Winkler http://www.slinkp.com
