From f1ab17519a1993805667994ba4b289d5870ad252 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 11 Feb 2009 01:28:08 +0000 Subject: thanks to Tymm Twillman, earplug now includes an embedded version of its giant array of impulse data, but can also be overridden by including an earplug_data.txt file svn path=/trunk/externals/earplug~/; revision=10756 --- parse-to-h.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse-to-h.pl') diff --git a/parse-to-h.pl b/parse-to-h.pl index 5e9f36d..2176348 100755 --- a/parse-to-h.pl +++ b/parse-to-h.pl @@ -19,7 +19,7 @@ for ($i = 0; $i < 368; $i++) { } close(DATAFILE); -print("float impulses\[368\]\[2\]\[128\] = {\n"); +print("t_float impulses\[368\]\[2\]\[128\] = {\n"); for ($i = 0; $i < 368; $i++) { # print("/*$comment[$i]*/\n"); # print("float $arrayname[$i]\[2\]\[128\] = {\n{"); -- cgit v1.2.1