Init commit from tizen 2.4 63/41163/2
authorky85.kim <ky85.kim@samsung.com>
Thu, 11 Jun 2015 10:51:23 +0000 (19:51 +0900)
committerky85.kim <ky85.kim@samsung.com>
Thu, 11 Jun 2015 10:54:59 +0000 (19:54 +0900)
Change-Id: Ied38ce7956e4ce33608b6a5e75b28e81f6f7cd7d

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

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..a3de617
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Kwangyoun Kim <ky85.kim@samsung.com>
+Dongyeol Lee <dy3.lee@samsung.com>
\ No newline at end of file
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644 (file)
index 0000000..7818cf4
--- /dev/null
@@ -0,0 +1,21 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+PROJECT(vc-engine-default C)
+
+SET(VERSION 0.2.0)
+
+FIND_PROGRAM(UNAME NAMES uname)
+EXEC_PROGRAM("${UNAME}" ARGS "-m" OUTPUT_VARIABLE "ARCH")
+IF("${ARCH}" MATCHES "^arm.*")
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/arm/libvc-engine-default.so DESTINATION ${LIBDIR}/voice/vc/1.0/engine/ COMPONENT RuntimeLibraries)
+ELSEIF("${ARCH}" MATCHES "^i586.*")
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libvc-engine-default.so DESTINATION ${LIBDIR}/voice/vc/1.0/engine/ COMPONENT RuntimeLibraries)
+ELSEIF("${ARCH}" MATCHES "^i686.*")
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libvc-engine-default.so DESTINATION ${LIBDIR}/voice/vc/1.0/engine/ COMPONENT RuntimeLibraries)
+ELSEIF("${ARCH}" MATCHES "^aarch64.*")
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libvc-engine-default.so DESTINATION ${LIBDIR}/voice/vc/1.0/engine/ COMPONENT RuntimeLibraries)
+ELSEIF("${ARCH}" MATCHES "^x86_64.*")
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libvc-engine-default.so DESTINATION ${LIBDIR}/voice/vc/1.0/engine/ COMPONENT RuntimeLibraries)
+ENDIF()
+
+INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/engine_data/ DESTINATION /usr/share/voice/vc/engine_data)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/vc-default-info.xml DESTINATION ${LIBDIR}/voice/vc/1.0/engine-info/)
diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..571fe79
--- /dev/null
+++ b/LICENSE
@@ -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
new file mode 100644 (file)
index 0000000..306cd8f
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,3 @@
+Copyright (c) 2012-2015 Samsung Electronics Co., Ltd. All rights reserved.
+Except as noted, this software is licensed under Flora License, Version 1.1
+Please, see the LICENSE file for Flora License, Version 1.1 terms and conditions.
diff --git a/engine_data/AM/eng/MC.opt/feat.params b/engine_data/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/AM/eng/MC.opt/mdef b/engine_data/AM/eng/MC.opt/mdef
new file mode 100644 (file)
index 0000000..de53ac3
Binary files /dev/null and b/engine_data/AM/eng/MC.opt/mdef differ
diff --git a/engine_data/AM/eng/MC.opt/means b/engine_data/AM/eng/MC.opt/means
new file mode 100644 (file)
index 0000000..5847c59
Binary files /dev/null and b/engine_data/AM/eng/MC.opt/means differ
diff --git a/engine_data/AM/eng/MC.opt/noisedict b/engine_data/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/AM/eng/MC.opt/sendump b/engine_data/AM/eng/MC.opt/sendump
new file mode 100644 (file)
index 0000000..bec35fb
Binary files /dev/null and b/engine_data/AM/eng/MC.opt/sendump differ
diff --git a/engine_data/AM/eng/MC.opt/transition_matrices b/engine_data/AM/eng/MC.opt/transition_matrices
new file mode 100644 (file)
index 0000000..9a646d8
Binary files /dev/null and b/engine_data/AM/eng/MC.opt/transition_matrices differ
diff --git a/engine_data/AM/eng/MC.opt/variances b/engine_data/AM/eng/MC.opt/variances
new file mode 100644 (file)
index 0000000..7a06f43
Binary files /dev/null and b/engine_data/AM/eng/MC.opt/variances differ
diff --git a/engine_data/AM/kor/Baseline_MC.opt/feat.params b/engine_data/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/AM/kor/Baseline_MC.opt/mdef b/engine_data/AM/kor/Baseline_MC.opt/mdef
new file mode 100644 (file)
index 0000000..e507d2d
Binary files /dev/null and b/engine_data/AM/kor/Baseline_MC.opt/mdef differ
diff --git a/engine_data/AM/kor/Baseline_MC.opt/means b/engine_data/AM/kor/Baseline_MC.opt/means
new file mode 100644 (file)
index 0000000..b31bd15
Binary files /dev/null and b/engine_data/AM/kor/Baseline_MC.opt/means differ
diff --git a/engine_data/AM/kor/Baseline_MC.opt/noisedict b/engine_data/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/AM/kor/Baseline_MC.opt/sendump b/engine_data/AM/kor/Baseline_MC.opt/sendump
new file mode 100644 (file)
index 0000000..2b65de9
Binary files /dev/null and b/engine_data/AM/kor/Baseline_MC.opt/sendump differ
diff --git a/engine_data/AM/kor/Baseline_MC.opt/transition_matrices b/engine_data/AM/kor/Baseline_MC.opt/transition_matrices
new file mode 100644 (file)
index 0000000..67f6880
Binary files /dev/null and b/engine_data/AM/kor/Baseline_MC.opt/transition_matrices differ
diff --git a/engine_data/AM/kor/Baseline_MC.opt/variances b/engine_data/AM/kor/Baseline_MC.opt/variances
new file mode 100644 (file)
index 0000000..d1836cb
Binary files /dev/null and b/engine_data/AM/kor/Baseline_MC.opt/variances differ
diff --git a/engine_data/config.tizen.v01.ini b/engine_data/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/config.tizen.v02.ini b/engine_data/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/task/tizen.v01/tizen.dyn.class b/engine_data/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/task/tizen.v01/tizen.dyn.fsg_class_count b/engine_data/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/task/tizen.v01/tizen.dyn.rmeps.detmin.out.fsg b/engine_data/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/task/tizen.v01/tizen.sta.rmeps.detmin.out.fsg b/engine_data/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/task/tizen.v01/tizen.test.dic b/engine_data/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/task/tizen.v01/tizen.test.dic2 b/engine_data/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/task/tizen.v01/tizen.test.eng.dic b/engine_data/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/task/tizen.v01/tizen.test.vocab b/engine_data/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/task/tizen.v01/vad-com b/engine_data/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/aarch64/libvc-engine-default.so b/lib/aarch64/libvc-engine-default.so
new file mode 100644 (file)
index 0000000..18951c9
Binary files /dev/null and b/lib/aarch64/libvc-engine-default.so differ
diff --git a/lib/arm/libvc-engine-default.so b/lib/arm/libvc-engine-default.so
new file mode 100644 (file)
index 0000000..51e7449
Binary files /dev/null and b/lib/arm/libvc-engine-default.so differ
diff --git a/lib/i586/libvc-engine-default.so b/lib/i586/libvc-engine-default.so
new file mode 100644 (file)
index 0000000..35300a8
Binary files /dev/null and b/lib/i586/libvc-engine-default.so differ
diff --git a/lib/x86_64/libvc-engine-default.so b/lib/x86_64/libvc-engine-default.so
new file mode 100644 (file)
index 0000000..eeae87b
Binary files /dev/null and b/lib/x86_64/libvc-engine-default.so differ
diff --git a/packaging/vc-engine-default.manifest b/packaging/vc-engine-default.manifest
new file mode 100644 (file)
index 0000000..a76fdba
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_" />
+       </request>
+</manifest>
diff --git a/packaging/vc-engine-default.spec b/packaging/vc-engine-default.spec
new file mode 100644 (file)
index 0000000..a874e7b
--- /dev/null
@@ -0,0 +1,43 @@
+%define _optdir        /opt
+%define _appdir        %{_optdir}/apps
+
+Name:       vc-engine-default
+Summary:    Voice control default engine library
+Version:    0.2.0
+Release:    1
+Group:      Graphics & UI Framework/Voice Framework
+License:    Flora-1.1
+Source0:    %{name}-%{version}.tar.gz
+Source1001: %{name}.manifest
+BuildRequires:  cmake
+
+%description
+Description: Voice control default engine library
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR=%{_libdir}
+
+%build
+%if 0%{?tizen_build_binary_release_type_eng}
+export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE"
+export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE"
+export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE"
+%endif
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+%make_install
+mkdir -p %{buildroot}/usr/share/license
+cp %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}/usr/share/license/%{name}
+
+%files
+%manifest vc-engine-default.manifest
+%defattr(-,root,root,-)
+%{_libdir}/voice/vc/1.0/engine/lib*.so
+%{_libdir}/voice/vc/1.0/engine-info/vc-default-info.xml
+/usr/share/voice/vc/engine_data/*
+/usr/share/license/%{name}
diff --git a/vc-default-info.xml b/vc-default-info.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