Add embedded engine for tv profile and update NOTICE for license 95/90295/4 accepted/tizen/3.0/common/20161114.110347 accepted/tizen/3.0/ivi/20161011.070306 accepted/tizen/3.0/mobile/20161015.034303 accepted/tizen/3.0/tv/20161016.005906 accepted/tizen/3.0/wearable/20161015.084329 accepted/tizen/common/20160929.163820 accepted/tizen/ivi/20160929.234237 accepted/tizen/mobile/20160929.234224 accepted/tizen/tv/20160929.234207 accepted/tizen/wearable/20160929.234201 submit/tizen/20160929.101126 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000008 submit/tizen_3.0_mobile/20161015.000007 submit/tizen_3.0_tv/20161015.000006 submit/tizen_3.0_wearable/20161015.000006
authorKwangyoun Kim <ky85.kim@samsung.com>
Thu, 29 Sep 2016 09:47:45 +0000 (18:47 +0900)
committerKwangyoun Kim <ky85.kim@samsung.com>
Thu, 29 Sep 2016 10:05:53 +0000 (19:05 +0900)
Change-Id: Icf716e2877b31c43a13b3f69d7bdc082780d2f30

35 files changed:
CMakeLists.txt
LICENSE
LICENSE_embedded [new file with mode: 0644]
NOTICE
engine_data_embedded/AM/eng/MC.opt/feat.params [new file with mode: 0644]
engine_data_embedded/AM/eng/MC.opt/mdef [new file with mode: 0644]
engine_data_embedded/AM/eng/MC.opt/means [new file with mode: 0644]
engine_data_embedded/AM/eng/MC.opt/noisedict [new file with mode: 0644]
engine_data_embedded/AM/eng/MC.opt/sendump [new file with mode: 0644]
engine_data_embedded/AM/eng/MC.opt/transition_matrices [new file with mode: 0644]
engine_data_embedded/AM/eng/MC.opt/variances [new file with mode: 0644]
engine_data_embedded/AM/kor/Baseline_MC.opt/feat.params [new file with mode: 0644]
engine_data_embedded/AM/kor/Baseline_MC.opt/mdef [new file with mode: 0644]
engine_data_embedded/AM/kor/Baseline_MC.opt/means [new file with mode: 0644]
engine_data_embedded/AM/kor/Baseline_MC.opt/noisedict [new file with mode: 0644]
engine_data_embedded/AM/kor/Baseline_MC.opt/sendump [new file with mode: 0644]
engine_data_embedded/AM/kor/Baseline_MC.opt/transition_matrices [new file with mode: 0644]
engine_data_embedded/AM/kor/Baseline_MC.opt/variances [new file with mode: 0644]
engine_data_embedded/config.tizen.v01.ini [new file with mode: 0644]
engine_data_embedded/config.tizen.v02.ini [new file with mode: 0644]
engine_data_embedded/task/tizen.v01/tizen.dyn.class [new file with mode: 0644]
engine_data_embedded/task/tizen.v01/tizen.dyn.fsg_class_count [new file with mode: 0644]
engine_data_embedded/task/tizen.v01/tizen.dyn.rmeps.detmin.out.fsg [new file with mode: 0644]
engine_data_embedded/task/tizen.v01/tizen.sta.rmeps.detmin.out.fsg [new file with mode: 0644]
engine_data_embedded/task/tizen.v01/tizen.test.dic [new file with mode: 0644]
engine_data_embedded/task/tizen.v01/tizen.test.dic2 [new file with mode: 0644]
engine_data_embedded/task/tizen.v01/tizen.test.eng.dic [new file with mode: 0644]
engine_data_embedded/task/tizen.v01/tizen.test.vocab [new file with mode: 0644]
engine_data_embedded/task/tizen.v01/vad-com [new file with mode: 0644]
lib_embedded/aarch64/libvc-engine-default.so [new file with mode: 0644]
lib_embedded/arm/libvc-engine-default.so [new file with mode: 0644]
lib_embedded/i586/libvc-engine-default.so [new file with mode: 0644]
lib_embedded/x86_64/libvc-engine-default.so [new file with mode: 0644]
packaging/vc-engine-default.spec
vc-default-info-embedded.xml [new file with mode: 0644]

index fadf6f6..4df06b2 100644 (file)
@@ -17,6 +17,11 @@ ELSEIF("${ARCH}" MATCHES "^x86_64.*")
 SET(INSTALL_ARCH x86_64)
 ENDIF()
 
+IF("${CMAKE_PROFILE}" STREQUAL "TV")
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib_embedded/${INSTALL_ARCH}/libvc-engine-default.so DESTINATION ${TZ_SYS_RO_SHARE}/voice/vc/1.0/engine/ COMPONENT RuntimeLibraries)
+INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/engine_data_embedded/ DESTINATION ${TZ_SYS_RO_SHARE}/voice/vc/engine_data)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/vc-default-info-embedded.xml DESTINATION ${TZ_SYS_RO_SHARE}/voice/vc/1.0/engine-info/ RENAME vc-default-info.xml)
+ELSE()
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/${INSTALL_ARCH}/libasr-nlu.so DESTINATION ${LIBDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/${INSTALL_ARCH}/libsvoiceclientdp.so DESTINATION ${LIBDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/${INSTALL_ARCH}/libsvoiceparser.so DESTINATION ${LIBDIR})
@@ -26,3 +31,4 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/${INSTALL_ARCH}/libvoice-transport.so DEST
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/${INSTALL_ARCH}/libsvoice.so DESTINATION ${TZ_SYS_RO_SHARE}/voice/vc/1.0/engine/ COMPONENT RuntimeLibraries)
 INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/engine_data/ DESTINATION ${TZ_SYS_RO_SHARE}/voice/vc/engine_data)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/vc-default-info.xml DESTINATION ${TZ_SYS_RO_SHARE}/voice/vc/1.0/engine-info/)
+ENDIF()
diff --git a/LICENSE b/LICENSE
index 771d550..3583c2b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -2,5 +2,9 @@ Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
 
 PROPRIETARY/CONFIDENTIAL
 
-This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS.  SAMSUNG make no representations or warranties about the suitability of the software, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAMSUNG shall not be liable for any damages suffered by licensee as a result of using, modifying or distributing this software or its derivatives.
+This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information").
+You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS.
+SAMSUNG make no representations or warranties about the suitability of the software, 
+either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.
+SAMSUNG shall not be liable for any damages suffered by licensee as a result of using, modifying or distributing this software or its derivatives.
 
diff --git a/LICENSE_embedded b/LICENSE_embedded
new file mode 100644 (file)
index 0000000..571fe79
--- /dev/null
@@ -0,0 +1,206 @@
+Flora License
+
+Version 1.1, April, 2013
+
+http://floralicense.org/license/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+"License" shall mean the terms and conditions for use, reproduction,
+and distribution as defined by Sections 1 through 9 of this document.
+
+"Licensor" shall mean the copyright owner or entity authorized by
+the copyright owner that is granting the License.
+
+"Legal Entity" shall mean the union of the acting entity and
+all other entities that control, are controlled by, or are
+under common control with that entity. For the purposes of
+this definition, "control" means (i) the power, direct or indirect,
+to cause the direction or management of such entity,
+whether by contract or otherwise, or (ii) ownership of fifty percent (50%)
+or more of the outstanding shares, or (iii) beneficial ownership of
+such entity.
+
+"You" (or "Your") shall mean an individual or Legal Entity
+exercising permissions granted by this License.
+
+"Source" form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.
+
+"Object" form shall mean any form resulting from mechanical
+transformation or translation of a Source form, including but
+not limited to compiled object code, generated documentation,
+and conversions to other media types.
+
+"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice
+that is included in or attached to the work (an example is provided
+in the Appendix below).
+
+"Derivative Works" shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent,
+as a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from,
+or merely link (or bind by name) to the interfaces of, the Work and
+Derivative Works thereof.
+
+"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor
+for inclusion in the Work by the copyright owner or by an individual or
+Legal Entity authorized to submit on behalf of the copyright owner.
+For the purposes of this definition, "submitted" means any form of
+electronic, verbal, or written communication sent to the Licensor or
+its representatives, including but not limited to communication on
+electronic mailing lists, source code control systems, and issue
+tracking systems that are managed by, or on behalf of, the Licensor
+for the purpose of discussing and improving the Work, but excluding
+communication that is conspicuously marked or otherwise designated
+in writing by the copyright owner as "Not a Contribution."
+
+"Contributor" shall mean Licensor and any individual or Legal Entity
+on behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.
+
+"Tizen Certified Platform" shall mean a software platform that complies
+with the standards set forth in the Tizen Compliance Specification
+and passes the Tizen Compliance Tests as defined from time to time
+by the Tizen Technical Steering Group and certified by the Tizen
+Association or its designated agent.
+
+2. Grant of Copyright License.  Subject to the terms and conditions of
+this License, each Contributor hereby grants to You a perpetual,
+worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of,
+publicly display, publicly perform, sublicense, and distribute the
+Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License.  Subject to the terms and conditions of
+this License, each Contributor hereby grants to You a perpetual,
+worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made,
+use, offer to sell, sell, import, and otherwise transfer the Work
+solely as incorporated into a Tizen Certified Platform, where such
+license applies only to those patent claims licensable by such
+Contributor that are necessarily infringed by their Contribution(s)
+alone or by combination of their Contribution(s) with the Work solely
+as incorporated into a Tizen Certified Platform to which such
+Contribution(s) was submitted. If You institute patent litigation
+against any entity (including a cross-claim or counterclaim
+in a lawsuit) alleging that the Work or a Contribution incorporated
+within the Work constitutes direct or contributory patent infringement,
+then any patent licenses granted to You under this License for that
+Work shall terminate as of the date such litigation is filed.
+
+4. Redistribution.  You may reproduce and distribute copies of the
+Work or Derivative Works thereof pursuant to the copyright license
+above, in any medium, with or without modifications, and in Source or
+Object form, provided that You meet the following conditions:
+
+  1. You must give any other recipients of the Work or Derivative Works
+     a copy of this License; and
+  2. You must cause any modified files to carry prominent notices stating
+     that You changed the files; and
+  3. You must retain, in the Source form of any Derivative Works that
+     You distribute, all copyright, patent, trademark, and attribution
+     notices from the Source form of the Work, excluding those notices
+     that do not pertain to any part of the Derivative Works; and
+  4. If the Work includes a "NOTICE" text file as part of its distribution,
+     then any Derivative Works that You distribute must include a readable
+     copy of the attribution notices contained within such NOTICE file,
+     excluding those notices that do not pertain to any part of
+     the Derivative Works, in at least one of the following places:
+     within a NOTICE text file distributed as part of the Derivative Works;
+     within the Source form or documentation, if provided along with the
+     Derivative Works; or, within a display generated by the Derivative Works,
+     if and wherever such third-party notices normally appear.
+     The contents of the NOTICE file are for informational purposes only
+     and do not modify the License. You may add Your own attribution notices 
+     within Derivative Works that You distribute, alongside or as an addendum 
+     to the NOTICE text from the Work, provided that such additional attribution 
+     notices cannot be construed as modifying the License. You may add Your own
+     copyright statement to Your modifications and may provide additional or
+     different license terms and conditions for use, reproduction, or
+     distribution of Your modifications, or for any such Derivative Works
+     as a whole, provided Your use, reproduction, and distribution of
+     the Work otherwise complies with the conditions stated in this License
+     and your own copyright statement or terms and conditions do not conflict
+     the conditions stated in the License including section 3.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+any Contribution intentionally submitted for inclusion in the Work
+by You to the Licensor shall be under the terms and conditions of
+this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify
+the terms of any separate license agreement you may have executed
+with Licensor regarding such Contributions.
+
+6. Trademarks.  This License does not grant permission to use the trade
+names, trademarks, service marks, or product names of the Licensor,
+except as required for reasonable and customary use in describing the
+origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+agreed to in writing, Licensor provides the Work (and each
+Contributor provides its Contributions) on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+implied, including, without limitation, any warranties or conditions
+of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+PARTICULAR PURPOSE. You are solely responsible for determining the
+appropriateness of using or redistributing the Work and assume any
+risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+whether in tort (including negligence), contract, or otherwise,
+unless required by applicable law (such as deliberate and grossly
+negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a
+result of this License or out of the use or inability to use the
+Work (including but not limited to damages for loss of goodwill,
+work stoppage, computer failure or malfunction, or any and all
+other commercial damages or losses), even if such Contributor
+has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+the Work or Derivative Works thereof, You may choose to offer,
+and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this
+License. However, in accepting such obligations, You may act only
+on Your own behalf and on Your sole responsibility, not on behalf
+of any other Contributor, and only if You agree to indemnify,
+defend, and hold each Contributor harmless for any liability
+incurred by, or claims asserted against, such Contributor by reason
+of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Flora License to your work
+
+To apply the Flora License to your work, attach the following
+boilerplate notice, with the fields enclosed by brackets "[]"
+replaced with your own identifying information. (Don't include
+the brackets!) The text should be enclosed in the appropriate
+comment syntax for the file format. We also recommend that a
+file or class name and description of purpose be included on the
+same "printed page" as the copyright notice for easier
+identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Flora License, Version 1.1 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://floralicense.org/license/
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
diff --git a/NOTICE b/NOTICE
index 771d550..81781eb 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,6 +1,22 @@
-Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved 
+Copyright (c) 2012-2016 Samsung Electronics Co., Ltd. All rights reserved.
+Except as noted, this software is licensed under Samsung proprietary.
+Please, see the LICENSE file for Samsung proprietary
 
-PROPRIETARY/CONFIDENTIAL
 
-This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS.  SAMSUNG make no representations or warranties about the suitability of the software, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAMSUNG shall not be liable for any damages suffered by licensee as a result of using, modifying or distributing this software or its derivatives.
+files under the "lib" and "engine_data" directories are licensed under Samsung proprietary
+Please, see the LICENSE file for Samsung proprietary
 
+
+files under the "lib_embedded" and "engine_data_embedded" directories are copyrighted by other entity.
+Copyright (c) 2012-2016 Samsung Electronics Co., Ltd. All rights reserved.
+licensed under Flora License, Version 1.1.
+Please, see the LICENSE_embedded file for Flora License, Version 1.1.
+
+
+[IP Rights Notice: The following file(s) and feature(s) is(are) intellectual property(ies) of other entities.
+Tizen device manufacturers may be required to pay royalty to such entities to use following file(s) and feature(s) on their devices.
+ - files under the "lib" directory (libasr-nlu.so, libsvoice.so, libsvoiceclientdp.so, libsvoiceparser.so, libvoice-transport.so, libvoiceactivity.so)
+ - files under the "engine_data" directory
+ - feature : speech recognition with files under the "lib" and "engine_data" directories
+ - feature : voice control with files under the "lib" and "engine_data" directories
+ - feature : natural language processing(understanding) with files under the "lib" and "engine_data" directories]
diff --git a/engine_data_embedded/AM/eng/MC.opt/feat.params b/engine_data_embedded/AM/eng/MC.opt/feat.params
new file mode 100644 (file)
index 0000000..bac3f3d
--- /dev/null
@@ -0,0 +1,12 @@
+-alpha 0.97
+-doublebw no
+-nfilt 40
+-ncep 13
+-lowerf 130
+-upperf 3700
+-nfft 512
+-wlen 0.0256
+-transform legacy
+-feat s2_4x
+-agc none
+-varnorm no
diff --git a/engine_data_embedded/AM/eng/MC.opt/mdef b/engine_data_embedded/AM/eng/MC.opt/mdef
new file mode 100644 (file)
index 0000000..de53ac3
Binary files /dev/null and b/engine_data_embedded/AM/eng/MC.opt/mdef differ
diff --git a/engine_data_embedded/AM/eng/MC.opt/means b/engine_data_embedded/AM/eng/MC.opt/means
new file mode 100644 (file)
index 0000000..5847c59
Binary files /dev/null and b/engine_data_embedded/AM/eng/MC.opt/means differ
diff --git a/engine_data_embedded/AM/eng/MC.opt/noisedict b/engine_data_embedded/AM/eng/MC.opt/noisedict
new file mode 100644 (file)
index 0000000..0b474b5
--- /dev/null
@@ -0,0 +1,3 @@
+<s>                    SIL
+</s>                   SIL
+<sil>                  SIL
\ No newline at end of file
diff --git a/engine_data_embedded/AM/eng/MC.opt/sendump b/engine_data_embedded/AM/eng/MC.opt/sendump
new file mode 100644 (file)
index 0000000..bec35fb
Binary files /dev/null and b/engine_data_embedded/AM/eng/MC.opt/sendump differ
diff --git a/engine_data_embedded/AM/eng/MC.opt/transition_matrices b/engine_data_embedded/AM/eng/MC.opt/transition_matrices
new file mode 100644 (file)
index 0000000..9a646d8
Binary files /dev/null and b/engine_data_embedded/AM/eng/MC.opt/transition_matrices differ
diff --git a/engine_data_embedded/AM/eng/MC.opt/variances b/engine_data_embedded/AM/eng/MC.opt/variances
new file mode 100644 (file)
index 0000000..7a06f43
Binary files /dev/null and b/engine_data_embedded/AM/eng/MC.opt/variances differ
diff --git a/engine_data_embedded/AM/kor/Baseline_MC.opt/feat.params b/engine_data_embedded/AM/kor/Baseline_MC.opt/feat.params
new file mode 100644 (file)
index 0000000..bac3f3d
--- /dev/null
@@ -0,0 +1,12 @@
+-alpha 0.97
+-doublebw no
+-nfilt 40
+-ncep 13
+-lowerf 130
+-upperf 3700
+-nfft 512
+-wlen 0.0256
+-transform legacy
+-feat s2_4x
+-agc none
+-varnorm no
diff --git a/engine_data_embedded/AM/kor/Baseline_MC.opt/mdef b/engine_data_embedded/AM/kor/Baseline_MC.opt/mdef
new file mode 100644 (file)
index 0000000..e507d2d
Binary files /dev/null and b/engine_data_embedded/AM/kor/Baseline_MC.opt/mdef differ
diff --git a/engine_data_embedded/AM/kor/Baseline_MC.opt/means b/engine_data_embedded/AM/kor/Baseline_MC.opt/means
new file mode 100644 (file)
index 0000000..b31bd15
Binary files /dev/null and b/engine_data_embedded/AM/kor/Baseline_MC.opt/means differ
diff --git a/engine_data_embedded/AM/kor/Baseline_MC.opt/noisedict b/engine_data_embedded/AM/kor/Baseline_MC.opt/noisedict
new file mode 100644 (file)
index 0000000..27224f0
--- /dev/null
@@ -0,0 +1,3 @@
+<s>    SIL
+</s>   SIL
+<sil>  SIL
diff --git a/engine_data_embedded/AM/kor/Baseline_MC.opt/sendump b/engine_data_embedded/AM/kor/Baseline_MC.opt/sendump
new file mode 100644 (file)
index 0000000..2b65de9
Binary files /dev/null and b/engine_data_embedded/AM/kor/Baseline_MC.opt/sendump differ
diff --git a/engine_data_embedded/AM/kor/Baseline_MC.opt/transition_matrices b/engine_data_embedded/AM/kor/Baseline_MC.opt/transition_matrices
new file mode 100644 (file)
index 0000000..67f6880
Binary files /dev/null and b/engine_data_embedded/AM/kor/Baseline_MC.opt/transition_matrices differ
diff --git a/engine_data_embedded/AM/kor/Baseline_MC.opt/variances b/engine_data_embedded/AM/kor/Baseline_MC.opt/variances
new file mode 100644 (file)
index 0000000..d1836cb
Binary files /dev/null and b/engine_data_embedded/AM/kor/Baseline_MC.opt/variances differ
diff --git a/engine_data_embedded/config.tizen.v01.ini b/engine_data_embedded/config.tizen.v01.ini
new file mode 100644 (file)
index 0000000..143ca4b
--- /dev/null
@@ -0,0 +1,33 @@
+-dict /usr/share/voice/vc/engine_data/task/tizen.v01/tizen.test.dic
+#-dict2 /usr/share/voice/vc/engine_data/task/tizen.v01/tizen.test.dic2
+-fsg /usr/share/voice/vc/engine_data/task/tizen.v01/tizen.sta.rmeps.detmin.out.fsg
+-hmm /usr/share/voice/vc/engine_data/AM/kor/Baseline_MC.opt
+-mmap yes
+-varnorm no
+-pncc yes
+-pncc_vadstats /usr/share/voice/vc/engine_data/task/tizen.v01/vad-com
+-frate 80
+-cmninit -0.16,-0.06,0.00,0.01,-0.01,0.01,-0.02,0.02,0.01,-0.01,-0.00,0.00,-0.00 
+-cmn none
+#-rawlogdir /tmp/raw
+#-snrlogdir ./snrlog
+-beam 1e-100
+-wbeam 1e-100
+-maxwpf 4
+-maxhmmpf 1800
+-logfn /usr/share/voice/vc/engine_data/log
+
+-pl_window 1
+-reject 100,-200,-30
+#-reject 100,-183,-25
+#-reject 100,-165,-13
+-reject_prev 50,10
+
+-lang ko_KR
+
+#NS_VAD parameter setting
+-SVAD_tce 100000
+#-vad_update_thr 56
+#-vad_update_thr 75
+#-vad_update_thr 85
+-vad_update_thr 95
diff --git a/engine_data_embedded/config.tizen.v02.ini b/engine_data_embedded/config.tizen.v02.ini
new file mode 100644 (file)
index 0000000..4c0ce18
--- /dev/null
@@ -0,0 +1,32 @@
+-dict /usr/share/voice/vc/engine_data/task/tizen.v01/tizen.test.eng.dic
+-fsg /usr/share/voice/vc/engine_data/task/tizen.v01/tizen.sta.rmeps.detmin.out.fsg
+#-hmm ../../AM/kor/Baseline_MC.opt
+-hmm /usr/share/voice/vc/engine_data/AM/eng/MC.opt
+-mmap yes
+-varnorm no
+-pncc yes
+-pncc_vadstats /usr/share/voice/vc/engine_data/task/tizen.v01/vad-com
+-frate 80
+-cmninit -0.16,-0.06,0.00,0.01,-0.01,0.01,-0.02,0.02,0.01,-0.01,-0.00,0.00,-0.00 
+-cmn none
+#-rawlogdir ./raw
+#-snrlogdir ./snrlog
+-beam 1e-100
+-wbeam 1e-100
+-maxwpf 4
+-maxhmmpf 1800
+-logfn /usr/share/voice/vc/engine_data/log
+
+-pl_window 1
+-reject 100,-200,-30
+#-reject 100,-183,-25
+#-reject 100,-165,-13
+-reject_prev 50,10
+
+-lang en_US
+
+#NS_VAD parameter setting
+-SVAD_tce 100000
+#-vad_update_thr 56
+#-vad_update_thr 75
+-vad_update_thr 95
\ No newline at end of file
diff --git a/engine_data_embedded/task/tizen.v01/tizen.dyn.class b/engine_data_embedded/task/tizen.v01/tizen.dyn.class
new file mode 100644 (file)
index 0000000..bd40c0a
--- /dev/null
@@ -0,0 +1,4 @@
+@cmd
+internet mobile
+cancel
+
diff --git a/engine_data_embedded/task/tizen.v01/tizen.dyn.fsg_class_count b/engine_data_embedded/task/tizen.v01/tizen.dyn.fsg_class_count
new file mode 100644 (file)
index 0000000..0bb1d73
--- /dev/null
@@ -0,0 +1 @@
+@cmd 1
diff --git a/engine_data_embedded/task/tizen.v01/tizen.dyn.rmeps.detmin.out.fsg b/engine_data_embedded/task/tizen.v01/tizen.dyn.rmeps.detmin.out.fsg
new file mode 100644 (file)
index 0000000..2f893c8
--- /dev/null
@@ -0,0 +1,6 @@
+FSG_BEGIN <tizen.dyn>
+NUM_STATES 2
+START_STATE 0
+FINAL_STATE 1
+TRANSITION 0 1 1.0 @cmd
+FSG_END
diff --git a/engine_data_embedded/task/tizen.v01/tizen.sta.rmeps.detmin.out.fsg b/engine_data_embedded/task/tizen.v01/tizen.sta.rmeps.detmin.out.fsg
new file mode 100644 (file)
index 0000000..c15020b
--- /dev/null
@@ -0,0 +1,9 @@
+FSG_BEGIN <tizen.sta>
+NUM_STATES 2
+START_STATE 0
+FINAL_STATE 1
+TRANSITION 0 1 1.0 home
+TRANSITION 0 1 1.0 music
+TRANSITION 0 1 1.0 note
+TRANSITION 0 1 1.0 video
+FSG_END
diff --git a/engine_data_embedded/task/tizen.v01/tizen.test.dic b/engine_data_embedded/task/tizen.v01/tizen.test.dic
new file mode 100644 (file)
index 0000000..c2f12c5
--- /dev/null
@@ -0,0 +1,5 @@
+home HH OW UW M
+music M JU Z IY KQ
+music(2) M JU Z IY K
+note N OW UW TH WW
+video P IY T IY OW
diff --git a/engine_data_embedded/task/tizen.v01/tizen.test.dic2 b/engine_data_embedded/task/tizen.v01/tizen.test.dic2
new file mode 100644 (file)
index 0000000..0c22586
--- /dev/null
@@ -0,0 +1,83 @@
+cancel KH EH NN S WW L
+cancel(2) KH EH NN S WW R
+internet IY NN TH AX N EY TQ
+mobile M OW P AA IY L
+home HH OW UW M
+music M JU Z IY KQ
+music(2) M JU Z IY K
+note N OW UW TH WW
+video P IY T IY OW
+news N JU S WW
+china CH AA IY N AA
+next T AA WW M
+previous IY Z AX NN
+pause Z AX NX Z IY
+play Z EH S EH NX
+volume S OW R IY
+up KH WW K EY
+down Z AA KQ K EY
+smile S WW M AA IY L
+kimchi K IY M CH IY
+capture CH WA L JX NX
+shoot CH AA L KH AA KQ
+help T OW UW M M AA L
+setting S AX L ZZ AX NX
+back PP EH KQ
+before IY Z AX NN HH WA M JX NN
+exit N AA K AA K IY
+ok OW KH EY IY
+cut Z AA L R AA N EH K IY
+paste P UW CH IY K IY
+cancel KH EH NN S WW L
+bluetooth P WW L R UW TH UW S WW
+airplane P IY HH EH NX M OW T WW
+network N EY TH WW WX KQ
+wifi WA IY PH AA IY
+rotation HH WA M JX NN HH WE Z AX NN
+brightness P AA L KK IY
+volume P OW L R JU M
+off KK WW K IY
+on KH JX K IY
+phone Z AX NN HH WA 
+call Z AX N WA K AX L K IY
+music WW M AA KQ 
+redial T AA S IY K AX L K IY
+play Z EH S EH NX
+stop Z AX NX Z IY
+pause M AX M CH UW M
+previous IY Z AX NN WW M AA KQ
+next T AA WW M WW M AA KQ
+yes JE
+no AA N IY OW
+smstest M UW NN ZZ AA P AA TQ KK IY
+response T AA PQ ZZ AA NX
+remove S AA KQ ZZ EY
+close T AA TQ KK IY
+send P OW N EH K IY
+rewrite T AA S IY SS WW K IY
+browser P WW R AA UW Z JX
+naver N EY IY P AX
+twitter TH WW UI TH AX
+sport S WW PH OW CH WW
+search CH AA ZZ KK IY
+mobile M OW P AA IY L
+article K IY S AA
+login R OW K WW IY NN
+min CH WE S OW
+max CH WE T EH
+0 JX NX
+1 IY L
+2 IY
+3 S AA M
+4 S AA
+5 OW
+6 JU KQ
+7 CH IY L
+8 PH AA L
+9 K UW
+10 S IY PQ
+11 S IY PQ IY L
+12 S IY PQ IY
+13 S IY PQ S AA M
+14 S IY PQ S AA
+15 S IY PQ OW
diff --git a/engine_data_embedded/task/tizen.v01/tizen.test.eng.dic b/engine_data_embedded/task/tizen.v01/tizen.test.eng.dic
new file mode 100644 (file)
index 0000000..42c3bc5
--- /dev/null
@@ -0,0 +1,4 @@
+home HH OW M
+music M Y UW Z IH K
+note N OW T
+video V IH D IH OW
diff --git a/engine_data_embedded/task/tizen.v01/tizen.test.vocab b/engine_data_embedded/task/tizen.v01/tizen.test.vocab
new file mode 100644 (file)
index 0000000..999425e
--- /dev/null
@@ -0,0 +1,5 @@
+cancel
+home
+music
+note
+video
diff --git a/engine_data_embedded/task/tizen.v01/vad-com b/engine_data_embedded/task/tizen.v01/vad-com
new file mode 100644 (file)
index 0000000..a577ba6
--- /dev/null
@@ -0,0 +1,80 @@
+static const double DEFAULT_MVN_STAT[] = {
+-0.398819,
+0.402803,
+0.156958,
+0.008035,
+0.060534,
+0.066397,
+0.048903,
+-0.036036,
+0.045517,
+0.137266,
+0.020173,
+-0.092442,
+-0.026717,
+15.987484
+0.601524
+0.572212
+0.324881
+-0.147848
+-0.010386
+-0.176503
+0.004336
+-0.046615
+0.012264
+-0.019310
+0.012689
+-0.068866
+-0.927845
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+1.546023
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+0.000000
+-0.150500
+-0.060580
+0.146617
+0.105005
+0.112197
+0.042506
+0.038949
+-0.007583
+-0.003700
+-0.008057
+-0.008014
+-0.014530
+-0.036570
+2.363356
+0.537375
+0.268094
+0.278940
+0.090097
+0.072592
+0.064103
+0.040349
+0.058111
+0.072382
+0.021913
+0.021312
+0.020274
+};
diff --git a/lib_embedded/aarch64/libvc-engine-default.so b/lib_embedded/aarch64/libvc-engine-default.so
new file mode 100644 (file)
index 0000000..567b1b0
Binary files /dev/null and b/lib_embedded/aarch64/libvc-engine-default.so differ
diff --git a/lib_embedded/arm/libvc-engine-default.so b/lib_embedded/arm/libvc-engine-default.so
new file mode 100644 (file)
index 0000000..19b897f
Binary files /dev/null and b/lib_embedded/arm/libvc-engine-default.so differ
diff --git a/lib_embedded/i586/libvc-engine-default.so b/lib_embedded/i586/libvc-engine-default.so
new file mode 100644 (file)
index 0000000..da6f245
Binary files /dev/null and b/lib_embedded/i586/libvc-engine-default.so differ
diff --git a/lib_embedded/x86_64/libvc-engine-default.so b/lib_embedded/x86_64/libvc-engine-default.so
new file mode 100644 (file)
index 0000000..d5f34f8
Binary files /dev/null and b/lib_embedded/x86_64/libvc-engine-default.so differ
index 298c1ad..de6b47b 100644 (file)
@@ -3,7 +3,11 @@ Summary:    Voice control default engine library
 Version:    0.2.0
 Release:    1
 Group:      Graphics & UI Framework/Voice Framework
+%if "%{?profile}" == "tv"
+License:    Flora-1.1
+%else
 License:    Samsung proprietary
+%endif
 Source0:    %{name}-%{version}.tar.gz
 Source1001: %{name}.manifest
 BuildRequires:  cmake
@@ -16,7 +20,11 @@ Description: Voice control default engine library
 %setup -q
 cp %{SOURCE1001} .
 
+%if "%{?profile}" == "tv"
+cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR=%{_libdir} -DTZ_SYS_RO_SHARE=%TZ_SYS_RO_SHARE -DCMAKE_PROFILE=TV
+%else
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR=%{_libdir} -DTZ_SYS_RO_SHARE=%TZ_SYS_RO_SHARE
+%endif
 
 %build
 make %{?jobs:-j%jobs}
@@ -25,7 +33,11 @@ make %{?jobs:-j%jobs}
 rm -rf %{buildroot}
 %make_install
 mkdir -p %{buildroot}%{TZ_SYS_RO_SHARE}/license
+%if "%{?profile}" == "tv"
+cp %{_builddir}/%{name}-%{version}/LICENSE_embedded %{buildroot}%{TZ_SYS_RO_SHARE}/license/%{name}
+%else
 cp %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}%{TZ_SYS_RO_SHARE}/license/%{name}
+%endif
 
 %files
 %manifest vc-engine-default.manifest
@@ -34,8 +46,10 @@ cp %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}%{TZ_SYS_RO_SHARE}/licens
 %{TZ_SYS_RO_SHARE}/voice/vc/1.0/engine-info/vc-default-info.xml
 %{TZ_SYS_RO_SHARE}/voice/vc/engine_data/*
 %{TZ_SYS_RO_SHARE}/license/%{name}
+%if "%{?profile}" != "tv"
 %{_libdir}/libasr-nlu.so
 %{_libdir}/libsvoiceclientdp.so
 %{_libdir}/libsvoiceparser.so
 %{_libdir}/libvoiceactivity.so
 %{_libdir}/libvoice-transport.so
+%endif
\ No newline at end of file
diff --git a/vc-default-info-embedded.xml b/vc-default-info-embedded.xml
new file mode 100644 (file)
index 0000000..bc6b1b3
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<voice-control-engine>
+        <name>Samsung voice control engine</name>
+        <id>C7AEDE1D-90F7-41ea-9AB4-FD99966D2654</id>
+        <languages>
+                <lang>en_US</lang>
+                <lang>ko_KR</lang>
+        </languages>
+        <non-fixed-support>true</non-fixed-support>
+</voice-control-engine>
\ No newline at end of file