Nedko Arnaudov | 28 May 2011 01:31
Face
Gravatar

[ANN] JACK 0.120.2 + D-Bus

Tarball containing D-Bus patched jack 0.120.2 is available here:

http://nedko.arnaudov.name/soft/jack/dbus/
http://nedko.arnaudov.name/soft/jack/dbus/jack-audio-connection-kit-dbus-0.120.2.tar.gz
http://nedko.arnaudov.name/soft/jack/dbus/jack-audio-connection-kit-dbus-0.120.2.tar.gz.sig

A patch against vanilla 0.120.2 is available here:

http://nedko.arnaudov.name/soft/jack/dbus/jack-audio-connection-kit-0.120.2-dbus.patch

After applying the patch you have to run autoreconf.

D-Bus modifications add optional autodetected support for the D-Bus
based server control system.

D-Bus is object model that provides IPC mechanism. D-Bus supports
autoactivation of objects, thus making it simple and reliable to code a
"single instance" application or daemon, and to launch applications and
daemons on demand when their services are needed.

 * Simplified single thread model for control and monitor
   applications. Various D-Bus language bindings make it trivial to
   write control and monitor applications using scripting languages like
   Python, Ruby, Perl, etc..
 * JACK has log file (~/.log/jack/jackdbus.log) that is available for
   inspection even when autoactivation happens because of first JACK
   application is launched.
 * There is real configuration file used to persist settings that can be
   manipulated through configuration interface of JACK D-Bus object.
 * Improved graph inspection and control mechanism. JACK graph is
(Continue reading)


Gmane