Merge with Tizen 2.3 18/35318/2 tizen_3.0.2015.q2_common accepted/tizen/common/20150601.145816 accepted/tizen/mobile/20150602.003447 accepted/tizen/tv/20150602.003424 accepted/tizen/wearable/20150602.003429 submit/tizen/20150601.072633
authorky85.kim <ky85.kim@samsung.com>
Thu, 12 Feb 2015 04:07:43 +0000 (13:07 +0900)
committerky85.kim <ky85.kim@samsung.com>
Thu, 12 Feb 2015 04:09:13 +0000 (13:09 +0900)
commit23e300999f1c74be9a304e681ce2c0c776558071
tree537ff224bd54d6ac355dac29c40089db069226f8
parenta53b10be804cea996e4a59315e48dc4e2dcb0e4c
Merge with Tizen 2.3

Update configure to XML based
Update audion session
Change api for partial result
Support result time stamp
Remove api for hide offensive word
Support start and stop sound

 - Details in changelog -

Change-Id: I556b3f71482a82c5b8064c53a27a7ff6c7268e8c
63 files changed:
AUTHORS
CMakeLists.txt [changed mode: 0755->0644]
NOTICE
changelog
client/CMakeLists.txt
client/stt.c
client/stt.h [deleted file]
client/stt_client.c
client/stt_client.h
client/stt_dbus.c
client/stt_dbus.h
client/stt_file.c [new file with mode: 0644]
client/stt_file_client.c [new file with mode: 0644]
client/stt_file_client.h [new file with mode: 0644]
client/stt_main.h
client/stt_setting.c
client/stt_setting_dbus.c [deleted file]
client/stt_setting_dbus.h [deleted file]
common/stt_config_mgr.c [new file with mode: 0644]
common/stt_config_mgr.h [new file with mode: 0644]
common/stt_config_parser.c [new file with mode: 0644]
common/stt_config_parser.h [new file with mode: 0644]
common/stt_defs.h
common/stt_engine.c [new file with mode: 0644]
common/stt_engine.h [new file with mode: 0644]
common/stt_network.c [new file with mode: 0644]
common/stt_network.h [moved from server/sttd_network.h with 69% similarity]
doc/doxyfile [new file with mode: 0644]
doc/images/capi_uix_stt_state_diagram.png [new file with mode: 0644]
doc/uix_stt_doc.h [new file with mode: 0644]
include/CMakeLists.txt [new file with mode: 0644]
include/stt-engine.pc.in [new file with mode: 0644]
include/stt-file.pc.in [new file with mode: 0644]
include/stt-setting.pc.in [moved from client/stt-setting.pc.in with 100% similarity]
include/stt.h [new file with mode: 0644]
include/stt.pc.in [moved from client/stt.pc.in with 100% similarity]
include/stt_file.h [new file with mode: 0644]
include/stt_setting.h [moved from client/stt_setting.h with 61% similarity]
packaging/stt.spec [changed mode: 0755->0644]
server/CMakeLists.txt
server/sttd.conf [deleted file]
server/sttd_client_data.c
server/sttd_client_data.h
server/sttd_config.c
server/sttd_config.h
server/sttd_dbus.c
server/sttd_dbus.h
server/sttd_dbus_server.c
server/sttd_dbus_server.h
server/sttd_engine_agent.c
server/sttd_engine_agent.h
server/sttd_main.c
server/sttd_main.h
server/sttd_network.c [deleted file]
server/sttd_recorder.c
server/sttd_recorder.h
server/sttd_server.c
server/sttd_server.h
server/sttp.h
stt-config.xml [new file with mode: 0644]
sysinfo-stt.xml [deleted file]
test/CMakeLists.txt [new file with mode: 0644]
test/test_main.c [new file with mode: 0644]