# HG changeset patch # User Chris Cannam # Date 1498638861 -3600 # Node ID dd7d3e95f318feccede9c9ad43b9c3045092e742 # Parent ac94242cf56269b23571997b90b80b9ecc92ad3e pYIN needs far less memory with fixed-lag diff -r ac94242cf562 -r dd7d3e95f318 pyin/Makefile --- 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