|
RTP Audio System
2.0.0
|
#include "multiaudiowriter.h"#include "audiodevice.h"#include "audiodebug.h"#include "audionull.h"#include "tdsocket.h"#include "audioclient.h"#include "breakdetector.h"#include "audioquality.h"#include "strings.h"#include <assert.h>#include <fstream>Functions | |
| void | cleanUp (const cardinal exitCode=0) |
| void | initGNUplot (const char *prefix, const char *info, const cardinal layers, const String &address) |
| int | main (int argc, char *argv[]) |
Variables | |
| AudioWriterInterface * | audioOutput = NULL |
| AudioClient * | client = NULL |
| std::ofstream * | gpScript = NULL |
| std::ofstream * | gpData = NULL |
| void initGNUplot | ( | const char * | prefix, |
| const char * | info, | ||
| const cardinal | layers, | ||
| const String & | address | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| AudioWriterInterface* audioOutput = NULL |
| AudioClient* client = NULL |
| std::ofstream* gpData = NULL |
| std::ofstream* gpScript = NULL |