Update libn66asrdll.so (libver 1.6.10) 52/280452/1
authorsooyeon <sooyeon.kim@samsung.com>
Wed, 10 Aug 2022 07:31:09 +0000 (16:31 +0900)
committerSooyeon Kim <sooyeon.kim@samsung.com>
Tue, 30 Aug 2022 08:22:28 +0000 (08:22 +0000)
- Issue: It takes too long time when stt_start() is invoked.
- Cause: The internal grpc calls blocked the main thread from returning.
- Solution: Make the main thread not to be blocked by handling some jobs in subthread.

Change-Id: I4b97763e0e94031b4afd09544c14b627684f2df1
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
(cherry picked from commit 414ac5524467c292fbf7447c38c3ca372b191b4d)

lib/aarch64/libn66asrdll.so
lib/armv7l/libn66asrdll.so
lib/i586/libn66asrdll.so
lib/x86_64/libn66asrdll.so

index 99a3f5d7a5abca44ec34c973f862e14e5c5df0e6..2915efdf5c531799deb767c469dab3a467172490 100644 (file)
Binary files a/lib/aarch64/libn66asrdll.so and b/lib/aarch64/libn66asrdll.so differ
index a357c5ed1e419e7f7b172be1bd9ef80f3a7177af..78726712c479d78016bc08289e2fb824e2a33320 100644 (file)
Binary files a/lib/armv7l/libn66asrdll.so and b/lib/armv7l/libn66asrdll.so differ
index 5b579d400620e7d95103b671a9816569999d524e..8200b59ecabaae0f521eaee3092d64b87527df91 100644 (file)
Binary files a/lib/i586/libn66asrdll.so and b/lib/i586/libn66asrdll.so differ
index 083073586bfc4d641584da8453d0923a24b8265c..98bc217598b57eb43a93a3b55d59303e6ad056c9 100644 (file)
Binary files a/lib/x86_64/libn66asrdll.so and b/lib/x86_64/libn66asrdll.so differ