Asterisk - The Open Source Telephony Project
21.4.1
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sndfile.h>
#include "conf_bridge_binaural_hrir_importer.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Converts a Head Related Impulse Response (HRIR) database (a multi-channel wave) into a C header file. HRIR for the left ear and HRIR for right ear have to be interleaved. No further signal processing is applied (e.g., resampling).
Info messages are printed to stderror and the generated header file to output.
Definition in file conf_bridge_binaural_hrir_importer.c.