On Fri, Apr 24, 2009 at 6:40 PM, Achim Schneider <[email protected]> wrote: > Eric Cheng <[email protected]> wrote: > >> So a solution has to be cross-platform (Linux, Mac, and Windows) and >> real-time (be it callback based or loop based). I've briefly looked >> at Jack, but its OSX and Windows support does not seem quite polished >> yet. >> > OTOH, the great advantage of jack is transport support, afaik no other > library supports sample-accurate synchronisation and data transfer with > any app you want. At least on linux, there's no way around jack for > professional audio, to the point that many audio apps just don't > support anything else. >
There's SoundFlower on OSX, http://code.google.com/p/soundflower/, which provides the same sort of capabilities as JACK. I suspect the code is heavily tied to CoreAudio, though. Jack is great on linux, but my experience with it on OSX has left me underwhelmed. _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
