changeset 49:3b7d1a5b8dde

pYIN needs far less memory with fixed-lag
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 28 Jun 2017 09:34:21 +0100
parents 4d450d496793
children ec5b5a9adac2
files pyin/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyin/Makefile	Wed Jun 14 13:58:45 2017 +0100
+++ b/pyin/Makefile	Wed Jun 28 09:34:21 2017 +0100
@@ -24,6 +24,6 @@
 		-I../../DEPENDENCIES/generic/include \
 		-I../../vamp-build-and-test/DEPENDENCIES/generic/include
 
-EMFLAGS		:= -s TOTAL_MEMORY=268435456
+EMFLAGS		:= -s TOTAL_MEMORY=33554432
 
 include $(PIPER_VAMP_JS_DIR)/Makefile.inc