aboutsummaryrefslogtreecommitdiff
path: root/src/iem_bin_ambi.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-01 11:46:46 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-01 11:46:46 +0000
commitc7ee66edb1e467b9a6650da2c98e25ac2171a70e (patch)
treed9cb74c3d8b141b9acb21e1f972ed954abdadaf3 /src/iem_bin_ambi.h
added the binaural ambisonic decodersvn2git-root
svn path=/trunk/externals/iem/iem_bin_ambi/; revision=4634
Diffstat (limited to 'src/iem_bin_ambi.h')
-rw-r--r--src/iem_bin_ambi.h16
1 files changed, 16 insertions, 0 deletions
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