Update libn66asrdll.so and Add libraries for emul64 45/244845/1
authorsooyeon.kim <sooyeon.kim@samsung.com>
Fri, 25 Sep 2020 04:38:29 +0000 (13:38 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Fri, 25 Sep 2020 04:38:33 +0000 (13:38 +0900)
- Change the number of frames to be sent to VAD in libn66asrdll (320 frames)

Change-Id: Ia7ca197104d37ba9ea45eddd3e65d4ccf1d0b006
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
17 files changed:
CMakeLists.txt
bin/aarch64/org.tizen.stt-engine-default
bin/armv7l/org.tizen.stt-engine-default
bin/i586/org.tizen.stt-engine-default
bin/x86_64/org.tizen.stt-engine-default
lib/aarch64/libn66asrdll.so
lib/armv7l/libn66asrdll.so
lib/armv7l/libvoiceactivity.so
lib/i586/libn66asrdll.so
lib/x86_64/libcrypto.so [new symlink]
lib/x86_64/libcrypto.so.1 [new symlink]
lib/x86_64/libcrypto.so.1.0.0 [new file with mode: 0644]
lib/x86_64/libn66asrdll.so
lib/x86_64/libssl.so [new symlink]
lib/x86_64/libssl.so.1 [new symlink]
lib/x86_64/libssl.so.1.0.0 [new file with mode: 0644]
lib/x86_64/libvoiceactivity.so

index e2ae0c5a65b702520f0c8677fa3c835c183f08d5..44a56180c1a0d33b2d2c007cac4daeb93a6fa0cd 100644 (file)
@@ -117,6 +117,12 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_system.so DESTINATION ${AP
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_system.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_thread.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_thread.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libcrypto.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libcrypto.so.1 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libcrypto.so.1.0.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libssl.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libssl.so.1 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libssl.so.1.0.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries)
 INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/org.tizen.stt-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/)
 ENDIF()
 
index ee88b6c442d43a117fb62f6bb738472c9249cbfa..f93f759a9d16f8729d4c04dd3be3fc27188d8076 100755 (executable)
Binary files a/bin/aarch64/org.tizen.stt-engine-default and b/bin/aarch64/org.tizen.stt-engine-default differ
index b932a9dcca1bb047394640604ef8cd0b9ac5edef..e5d3eb5e1045af0b9437bd18871a31e9913fb840 100755 (executable)
Binary files a/bin/armv7l/org.tizen.stt-engine-default and b/bin/armv7l/org.tizen.stt-engine-default differ
index 639fa6c2f34d50ec89b9e44c81afd24dce347e7f..c97f84eb3a3bd964d0c35a9d5326797cb7a041a4 100755 (executable)
Binary files a/bin/i586/org.tizen.stt-engine-default and b/bin/i586/org.tizen.stt-engine-default differ
index 6a5323dccac5fa31458c86d25e301eaca79ed2b6..b254044dffdbd3b21fd3d80da6786e344eaab69a 100755 (executable)
Binary files a/bin/x86_64/org.tizen.stt-engine-default and b/bin/x86_64/org.tizen.stt-engine-default differ
index a3cc3a1aba72e0da11771c3bd74c2f834b4d9da7..668bf555ef9518063da78b73c314255e1f04aba6 100644 (file)
Binary files a/lib/aarch64/libn66asrdll.so and b/lib/aarch64/libn66asrdll.so differ
index 139ac810f114a9f11acc1b37a2a16362878d1b20..f4bb653cc43525261734311f31fdeedc120efe5f 100755 (executable)
Binary files a/lib/armv7l/libn66asrdll.so and b/lib/armv7l/libn66asrdll.so differ
index 24d205cc45d2facedf5eed14b1d95dea4641c458..22311f8c1a84fdc0074d6eca1ddf511140bcc26f 100644 (file)
Binary files a/lib/armv7l/libvoiceactivity.so and b/lib/armv7l/libvoiceactivity.so differ
index 32a455e8c22263c4c4e9fd93ada3352fb4c992f7..ee625d4c10eb933fdad07ce2c6bb7ba0a57ac241 100644 (file)
Binary files a/lib/i586/libn66asrdll.so and b/lib/i586/libn66asrdll.so differ
diff --git a/lib/x86_64/libcrypto.so b/lib/x86_64/libcrypto.so
new file mode 120000 (symlink)
index 0000000..d554286
--- /dev/null
@@ -0,0 +1 @@
+libcrypto.so.1
\ No newline at end of file
diff --git a/lib/x86_64/libcrypto.so.1 b/lib/x86_64/libcrypto.so.1
new file mode 120000 (symlink)
index 0000000..c049566
--- /dev/null
@@ -0,0 +1 @@
+libcrypto.so.1.0.0
\ No newline at end of file
diff --git a/lib/x86_64/libcrypto.so.1.0.0 b/lib/x86_64/libcrypto.so.1.0.0
new file mode 100644 (file)
index 0000000..8f3acbe
Binary files /dev/null and b/lib/x86_64/libcrypto.so.1.0.0 differ
index 22b6ae872f720c190642ac2059ce3169418b0048..75d7401fd242821beb5bfcaef42e89caf1a10767 100644 (file)
Binary files a/lib/x86_64/libn66asrdll.so and b/lib/x86_64/libn66asrdll.so differ
diff --git a/lib/x86_64/libssl.so b/lib/x86_64/libssl.so
new file mode 120000 (symlink)
index 0000000..9730377
--- /dev/null
@@ -0,0 +1 @@
+libssl.so.1
\ No newline at end of file
diff --git a/lib/x86_64/libssl.so.1 b/lib/x86_64/libssl.so.1
new file mode 120000 (symlink)
index 0000000..8a897d0
--- /dev/null
@@ -0,0 +1 @@
+libssl.so.1.0.0
\ No newline at end of file
diff --git a/lib/x86_64/libssl.so.1.0.0 b/lib/x86_64/libssl.so.1.0.0
new file mode 100644 (file)
index 0000000..ac58e00
Binary files /dev/null and b/lib/x86_64/libssl.so.1.0.0 differ
index 1fa773b4d8092858a3cfe562484f9a3461508be7..ac317ff2593d329d28863228d5ca54cd6dd2f9f5 100644 (file)
Binary files a/lib/x86_64/libvoiceactivity.so and b/lib/x86_64/libvoiceactivity.so differ