From: Ji-hoon Lee Date: Tue, 18 Feb 2020 09:56:08 +0000 (+0900) Subject: Increase pcm wait count value for engine manager X-Git-Tag: submit/tizen_5.5/20200409.014144^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60e1df9ffd835fc308de3d35edf5987bba77b171;p=platform%2Fcore%2Fuifw%2Fmulti-assistant-service.git Increase pcm wait count value for engine manager Change-Id: Id82ba3b416154e3b908a137a12316255788266e5 --- diff --git a/plugins/wakeup-manager/src/wakeup_engine_manager.cpp b/plugins/wakeup-manager/src/wakeup_engine_manager.cpp index 642b0f8..aa31ab7 100644 --- a/plugins/wakeup-manager/src/wakeup_engine_manager.cpp +++ b/plugins/wakeup-manager/src/wakeup_engine_manager.cpp @@ -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