summaryrefslogtreecommitdiffstats
path: root/FFT_Test/fft.hch
diff options
context:
space:
mode:
authorMarcel Lauwerijssen <paranoya@morphcore.com>2004-11-15 16:09:18 (GMT)
committerMarcel Lauwerijssen <paranoya@morphcore.com>2004-11-15 16:09:18 (GMT)
commit04304b4c87c762d30118489e1a11c7bb656ac085 (patch)
tree9346595d268ae99eba3ac2103949c5ee96da4c61 /FFT_Test/fft.hch
parentaee5707fed8541410816c0a1ce1f0aa17108b462 (diff)
downloadTASS-04304b4c87c762d30118489e1a11c7bb656ac085.zip
TASS-04304b4c87c762d30118489e1a11c7bb656ac085.tar.gz
TASS-04304b4c87c762d30118489e1a11c7bb656ac085.tar.bz2
Diffstat (limited to 'FFT_Test/fft.hch')
-rw-r--r--FFT_Test/fft.hch4
1 files changed, 2 insertions, 2 deletions
diff --git a/FFT_Test/fft.hch b/FFT_Test/fft.hch
index 6bcc8cc..87d54e7 100644
--- a/FFT_Test/fft.hch
+++ b/FFT_Test/fft.hch
@@ -1,8 +1,8 @@
#if HARDWARE_MULTIPLY
void perform_fft(signed 18 *pcm_audio);
-void perform_ifft(signed 18 *modified_audio /*,unsigned 6 *ifft_info*/);
+void perform_ifft(signed 18 *modified_audio ,unsigned 6 *ifft_info);
#else
void perform_fft(signed 16 *pcm_audio);
-void perform_ifft(signed 16 *modified_audio /*,unsigned 6 *ifft_info*/);
+void perform_ifft(signed 16 *modified_audio ,unsigned 6 *ifft_info);
#endif
void equalize_audio(unsigned 4 *eq_level, unsigned 7 *fft_info);