Go to the first, previous, next, last section, table of contents.


1. Introduction

LADCCA stands for Linux Audio Developer's Configuration and Connection API. It is a session management system for audio applications on GNU/Linux. It understands the JACK low latency audio API and the ALSA MIDI sequencer interface. The system is comprised of a server program, @command{ladccad}, an application library, libladcca, and a command line control program, @command{laddca_control}. The server and clients communicate over TCP sockets. There are three kinds of clients: normal clients (audio applications), user interfaces for the server, and connection patchbays.


Go to the first, previous, next, last section, table of contents.