Add ttse_send_personal_voice API for saving personal voice information 18/317618/1
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 24 Jul 2024 07:38:53 +0000 (16:38 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Thu, 12 Sep 2024 08:43:19 +0000 (17:43 +0900)
commitead1c1eda2c6866c3369a1ba59df96223d556bdf
tree38acea16fc366a0e5c16783090f59c177368f820
parentab15d0cafecf7e575f9b65b580b8fea9d9a07a59
Add ttse_send_personal_voice API for saving personal voice information

When TTS Engine calls ttse_send_personal_voice(), it save the personal voice information which is parameter of ttse_send_personal_voice.
This api is finding xml file with engine name, and saves the language, unique_id, display_name, device_name.

Change-Id: I8632edf1652fca6ab454617e8dcaebfda49096a1
12 files changed:
common/tts_config_mgr.c
common/tts_config_mgr.h
common/tts_config_parser.c
common/tts_config_parser.h
common/tts_defs.h
include/ttse.h
packaging/tts.spec
server/ttsd_config.c
server/ttsd_config.h
server/ttsd_server.c
server/ttsd_server.h
server/ttse.c