![]() |
gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
#include "JackClient.H"
#include <iostream>
#include "OptionParser.H"
#include "Sox.H"
#include "DSP/CrossoverAudio.H"
#include <unistd.h>
Go to the source code of this file.
Typedefs | |
typedef float | FP_TYPE |
Functions | |
int | printUsage (string name) |
int | saveAudioToFile (const char *fn, const CrossoverAudio &crossAudio, const int chCnt) |
int | main (int argc, char *argv[]) |
typedef float FP_TYPE |
Definition at line 31 of file CrossoverTester.C.
int main | ( | int | argc, |
char * | argv[] | ||
) |
int printUsage | ( | string | name | ) |
Definition at line 33 of file CrossoverTester.C.
int saveAudioToFile | ( | const char * | fn, |
const CrossoverAudio & | crossAudio, | ||
const int | chCnt | ||
) |
Definition at line 51 of file CrossoverTester.C.
GTK+ IOStream
Beta
|