On Tue, Jan 22, 2008 at 12:53:39AM +0100, Benoit Chesneau wrote: > On Jan 15, 2008 2:31 AM, Jacob Meuser <[EMAIL PROTECTED]> wrote: > > > > DESCR: > > JACK is a low-latency audio server, written for POSIX conformant > > operating systems. It can connect a number of different applications to > > an audio device, as well as allowing them to share audio between > > themselves. Its clients can run in their own processes (ie. as normal > > applications), or can they can run within the JACK server (ie. as a > > "plugin"). > > > > JACK was designed from the ground up for professional audio work, and > > its design focuses on two key areas: synchronous execution of all > > clients, and low latency operation. > > > > > > see http://jakemsr.trancell.org/ port url and more :) > > > > -- > > [EMAIL PROTECTED] > > SDF Public Access UNIX System - http://sdf.lonestar.org > > > > > > Thanks for your work ! Long time I was looking for this :) > > I just tested it on amd 64 MP. > > I could launch manually or with qjackctl the jack server. xmms play > file with jack plugin without any problem, the same for audacity and > portaudio compiled with jack support. I can also connect xmms streams > to port audio and record them. That's work pretty well :) ZynAddSubFX > segfaulted here so I couldn't test here
there's a bug in the ZynAddSubFX PADsynth voices. they always crash when loaded. the PADsynth voices are a slightly different color, so they can be avoided if you look closely. unless you are seeing some other crash? > Too bad I missed some app to test it further. I will definitly have a > look on it :) > > There are bug in qjackctl. It freeze after a while. Moreover I can't > simply quit and relaunch it. I have to relaunch other jack app to have > all of them working. yes, I've noticed this, but haven't had time to debug it. > Btw it seems that realtime don't work. Is teher anything special to do > like on linux ? well, that asks for realtime scheduling, which we don't have. use nice(1) or renice(8) if you want jackd to have higher priority over other processes. > Anyway, thanks for your work :) Have you already started to update > yoour port with latest version of jack ? yes. I'll update my page sometime soonish. I still need to finish checking to see what other ports pick it up. found a few so far so far: akode, audacious-plugins, mplayer, vlc. -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org
