Definition in file FEAPIExampleHost_C.cpp.
#include <time.h>
#include <cstdlib>
#include <iostream>
#include <string.h>
#include "sndfile.h"
#include "FEAPI.h"
#include "FEAPIHostDeclarations.h"
#include "FEAPIHostUtilities.h"
Include dependency graph for FEAPIExampleHost_C.cpp:
Go to the source code of this file.
Defines | |
#define | _DEFAULT_BLOCKSIZE 1024 |
default audio processing block length in frames | |
#define | _DEFAULT_RESULTSIZE 1 |
default (initial) size of result | |
Functions | |
void | CLShowProgInfo () |
void | CLReadArgs (char **pcInputPath, char **pcOutputPath, bool *pbSilentMode, int argc, char *argv[]) |
void | CLShowProcessedTime (clock_t clTime) |
int | main (int argc, char *argv[]) |
|
default audio processing block length in frames
Definition at line 32 of file FEAPIExampleHost_C.cpp. |
|
default (initial) size of result
Definition at line 33 of file FEAPIExampleHost_C.cpp. |
|
read command line arguments from argv
Definition at line 567 of file FEAPIExampleHost_C.cpp. Referenced by main(). |
|
show a processing time estimate after all is done
Definition at line 594 of file FEAPIExampleHost_C.cpp. Referenced by main(). |
|
show some program information
Definition at line 557 of file FEAPIExampleHost_C.cpp. Referenced by main(). |
|
Here is the call graph for this function: