LASHD(1)
NAME
lashd - The Linux Audio Session Handler - server
SYNOPSIS
lash_control [options] - for a command line interface lash_panel - for a graphical line interface
DESCRIPTION
This manual page describes the LASHD lash server.
LASH stands for LASH Audio Session Handler.
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, lashd
, an application library, liblash , and a control program - either the
command-line lash_control or the GTK lash_panel. 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.
OPTIONS
- -h, --help
- Show summary of options.
- --lash-server <host>
- Connect to server running on <host>
- --lash-port <port>
- Connect to server on port <port>
SEE ALSO
The programs are documented fully by LASH Audio Session Handler Reference Manual, available via the Info system (lash-manual).
AUTHOR
LASH was written by Bob Ham.
- This manual page was written by Jaromr Mike <mira.mikes@seznam.cz>, for
the Debian project (but may be used by others).