summarylogtreecommitdiffstats
path: root/LPC.patch
diff options
context:
space:
mode:
authorcoreymwamba2015-09-18 10:04:47 +0100
committercoreymwamba2015-09-18 10:04:47 +0100
commite79121d3746f90dd51d455cf20b72eb4841ebc19 (patch)
tree0a44cb2c398af77f38668d3d3e9ef263f153e1e9 /LPC.patch
downloadaur-e79121d3746f90dd51d455cf20b72eb4841ebc19.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 )