VVSDK
1.0
The VVAmbisonic Library
|
#include <iostream>
#include "Windows.h"
#include "sndfile.hh"
#include "AVVTetraInternal.h"
#include "CmdOption.h"
Macros | |
#define | BLOCKSIZE (4096) |
Functions | |
void | printHelp (AVVTetraInternal *vvTetra) |
void | writeWavFile (int blockSize, int sampleRate, float **impulse, char *fileName) |
int | main (int argc, char *argv[]) |
#define BLOCKSIZE (4096) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void printHelp | ( | AVVTetraInternal * | vvTetra | ) |
void writeWavFile | ( | int | blockSize, |
int | sampleRate, | ||
float ** | impulse, | ||
char * | fileName | ||
) |