summarylogtreecommitdiffstats
path: root/LPC.patch
diff options
context:
space:
mode:
authorcoreymwamba2015-09-18 10:00:55 +0100
committercoreymwamba2015-09-18 10:00:55 +0100
commit9a27791cb0f0a3841975be5862311fba3eed8e5f (patch)
tree2720cea0573fc697880818b83992078e29585fe6 /LPC.patch
downloadaur-9a27791cb0f0a3841975be5862311fba3eed8e5f.tar.gz
Initial import
Diffstat (limited to 'LPC.patch')
-rw-r--r--LPC.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/LPC.patch b/LPC.patch
new file mode 100644
index 000000000000..fcfa7be9e229
--- /dev/null
+++ b/LPC.patch
@@ -0,0 +1,13 @@
+--- src/marsyas/LPC.cpp 2015-03-01 22:31:15.000000000 +0000
++++ src/marsyas/LPC.new.cpp 2015-09-18 09:38:40.371974107 +0100
+@@ -24,8 +24,8 @@
+ Linear Prediction Coefficients (LPC). Features commonly used
+ in Speech Recognition research.
+ */
+-
+-
++#include <cstdlib>
++#include <math.h>
+ #include "LPC.h"
+
+ LPC::LPC( unsigned int inSize )