Increase pcm wait count value for engine manager 48/225248/2
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 18 Feb 2020 09:56:08 +0000 (18:56 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 30 Mar 2020 06:29:41 +0000 (15:29 +0900)
Change-Id: Id82ba3b416154e3b908a137a12316255788266e5

plugins/wakeup-manager/src/wakeup_engine_manager.cpp

index 642b0f8..aa31ab7 100644 (file)
@@ -27,7 +27,7 @@ static int g_count = 1;
 #endif
 
 /* Need to check whether this value needs to be configurable */
-static int g_speech_pcm_wait_count = 400;
+static int g_speech_pcm_wait_count = 800;
 
 /* Utility function for checking if an element exists in a container */
 template<class C, class T>