summarylogtreecommitdiffstats
path: root/LPC.patch
diff options
context:
space:
mode:
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 )