summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/asap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/asap.c b/apps/codecs/asap.c
index 31b2482..b549eda 100644
--- a/apps/codecs/asap.c
+++ b/apps/codecs/asap.c
@@ -24,9 +24,9 @@
CODEC_HEADER
-#define CHUNK_SIZE (1024*8)
+#define CHUNK_SIZE (1024*2)
-static byte samples[CHUNK_SIZE]; /* The sample buffer */
+static byte samples[CHUNK_SIZE] IBSS_ATTR; /* The sample buffer */
static ASAP_State asap; /* asap codec state */
/* this is the codec entry point */