/digiplay_legacy

RaW Digiplay v1.x

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Installation and Use
====================
See ./doc/INSTALL.TXT for details

Project Hierarchy
=================
Below is a description of the contents of this project.

digiplay
 |
 |-> bin (Binary executables when compiled)
 |
 |-> db (Database schema and related files)
 |
 |-> debian (Files for generating Debian packages)
 |
 |-> doc (Documentation, usage instructions etc)
 |
 |-> lib (Libraries when compiled)
 |
 |-> src (Source code common to applications)
      |
	  |-> playin (Audio acquisition source code)
	  |
	  |-> studio_manage (Studio Manage source code)
	  |
	  |-> studio_play (Studio Play source code)
	  |
	  |-> sueplay (Sustainer playout source code)
	  |
	  |-> suesched (Sustainer scheduler source code)
      |
      |-> www (Web Application)