From c7ee66edb1e467b9a6650da2c98e25ac2171a70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 1 Mar 2006 11:46:46 +0000 Subject: added the binaural ambisonic decoder svn path=/trunk/externals/iem/iem_bin_ambi/; revision=4634 --- src/iem_bin_ambi.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/iem_bin_ambi.h (limited to 'src/iem_bin_ambi.h') diff --git a/src/iem_bin_ambi.h b/src/iem_bin_ambi.h new file mode 100644 index 0000000..1757d2e --- /dev/null +++ b/src/iem_bin_ambi.h @@ -0,0 +1,16 @@ +/* For information on usage and redistribution, and for a DISCLAIMER OF ALL +* WARRANTIES, see the file, "LICENSE.txt," in this distribution. + +iem_bin_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2003 */ + +#ifndef __IEMBINAMBI_H__ +#define __IEMBINAMBI_H__ + +typedef struct +{ + float real; + float imag; +} +BIN_AMBI_COMPLEX; + +#endif -- cgit v1.2.1