From 5150fec0f2088c4b4c195128aa086902c05b6301 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Wed, 11 Sep 2019 14:59:34 +0900 Subject: [PATCH] Disable BUF_SAVE_MODE for performance enhancement Change-Id: I313db925ccc708af5c3f08bd212596c555fee571 --- src/multi_assistant_service_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multi_assistant_service_plugin.c b/src/multi_assistant_service_plugin.c index 7d6de4b..6689b10 100644 --- a/src/multi_assistant_service_plugin.c +++ b/src/multi_assistant_service_plugin.c @@ -35,7 +35,7 @@ #include "multi_assistant_common.h" /* Sound buf save for test */ -#if 1 +#if 0 #define BUF_SAVE_MODE #endif -- 2.34.1