#include "CRAM_Service.h"#include <time.h>#include <signal.h>#include <iostream>#include "CSL_All.h"#include "PAIO.h"#include "UDP_IO.h"#include "CAIO.h"#include <unistd.h>Defines | |
| #define | LL_FILENAME "/usr/local/CSL/Data/SpeakerDB.txt" |
| #define | SS_FILENAME "/usr/local/CSL/Data/SpeakerDB.aiff" |
Functions | |
| void * | fm_bells (void *ptr) |
| void * | swept_noise (void *ptr) |
| void * | phonemes (void *ptr) |
| void * | mixer (void *ptr) |
| int | main (int argc, char *argv[]) |
| void | load_cues (void) |
Variables | |
| IO * | gIO = NULL |
| vector< char * > | hosts |
| vector< unsigned > | ports |
| CSLService * | server |
| vector< SoundCue * > | gSpeakers |
| SoundFile * | gSndFile |
| #define LL_FILENAME "/usr/local/CSL/Data/SpeakerDB.txt" |
Referenced by load_cues().
| #define SS_FILENAME "/usr/local/CSL/Data/SpeakerDB.aiff" |
Referenced by load_cues().
| void * fm_bells | ( | void * | ptr | ) |
References a_env, i_env, mod, csl::IO::start(), and csl::Envelope::trigger().
Referenced by csl::CSLService::start().
| void * swept_noise | ( | void * | ptr | ) |
| void * phonemes | ( | void * | ptr | ) |
References gSpeakers, load_cues(), csl::IO::start(), and csl::SoundCue::trigger().
Referenced by csl::CSLService::start().
| void * mixer | ( | void * | ptr | ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References hosts, csl::IO::open(), ports, and csl::CSLService::start().
| void load_cues | ( | void | ) |
Referenced by main(), remote_mixer(), remote_player(), test_InOut(), and test_SHARC2().
| vector<unsigned> ports |
Referenced by main(), mixer(), and csl::JackIO::open().
Referenced by load_cues(), and phonemes().
| SoundFile* gSndFile |
Referenced by load_cues().
1.5.8