From d2a273ebc92f3d1336212f01891a070bf4a31b41 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 9 Mar 2006 16:00:50 +0000 Subject: update to version JAN_06 with all sources svn path=/trunk/externals/iem/iem_bin_ambi/; revision=4666 --- src/bin_ambi_calc_HRTF.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin_ambi_calc_HRTF.c') diff --git a/src/bin_ambi_calc_HRTF.c b/src/bin_ambi_calc_HRTF.c index 57460b3..d9e8ee3 100644 --- a/src/bin_ambi_calc_HRTF.c +++ b/src/bin_ambi_calc_HRTF.c @@ -1,7 +1,7 @@ /* 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 */ +iem_bin_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ #ifdef NT #pragma warning( disable : 4244 ) @@ -69,7 +69,7 @@ static void bin_ambi_calc_HRTF_init_cos(t_bin_ambi_calc_HRTF *x) { f = g * (float)i; (*sincos).real = cos(f); - (*sincos).imag = sin(f);/*change*/ + (*sincos).imag = -sin(f);/*FFT*/ sincos++; } } -- cgit v1.2.1