Go to the source code of this file.
EXPORTED_FUNCTION void AllocateVVTetra |
( |
long |
sampleRate, |
|
|
const char * |
calibrationFilePath |
|
) |
| |
Calibration path is a directory where calibration files are found. Will use default locations if NULL or empty.
- Parameters
-
calibrationFilePath | Calibration path is a directory where calibration files are found. Will use default locations if NULL or empty. |
Checks that the selected calibration has filters for the current sampling rate.
Returns the currend normal or end-fire mode
Gets the current calibration path
- Parameters
-
calibrationPath | Gets the current calibration path |
Returns the index of the currently selected program
Returns the name of the currently selected program.
- Parameters
-
programName | Returns the name of the currently selected program. |
Returns the number of available programs
Returns the name of the indicated program or an empty string if invalid
- Parameters
-
programName | Returns the name of the indicated program or an empty string if invalid |
EXPORTED_FUNCTION void process |
( |
float * |
a, |
|
|
float * |
b, |
|
|
float * |
c, |
|
|
float * |
d, |
|
|
long |
numSamples |
|
) |
| |
Processes blocks of audio. Will always take 4 channels in and 4 channels out.
- Parameters
-
numSamples | Processes blocks of audio. Will always take 4 channels in and 4 channels out. |
Sets the calibration path then clears and reloads all calibrations
- Parameters
-
calibrationPath | Sets the calibration path then clears and reloads all calibrations |
Sets processing to normal or end-fire modes
- Parameters
-
mode | Sets processing to normal or end-fire modes |
Selects one of the available programs by enum.
- Parameters
-
program | Selects one of the available programs by enum. |
Selects one of the available programs by name. Usually a TetraMic serial number like 2003.
- Parameters
-
programName | Selects one of the available programs by name. Usually a TetraMic serial number like 2003. |
Sets the sample rate and chooses appropriate filters. Check canProcess to see if filters are found.