Disable BUF_SAVE_MODE for performance enhancement
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 11 Sep 2019 05:59:34 +0000 (14:59 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 11 Sep 2019 05:59:48 +0000 (14:59 +0900)
Change-Id: I313db925ccc708af5c3f08bd212596c555fee571

src/multi_assistant_service_plugin.c

index 7d6de4b..6689b10 100644 (file)
@@ -35,7 +35,7 @@
 #include "multi_assistant_common.h"
 
 /* Sound buf save for test */
-#if 1
+#if 0
 #define BUF_SAVE_MODE
 #endif