Add ttse_send_personal_voice API for saving personal voice information 68/315168/1
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 24 Jul 2024 07:38:53 +0000 (16:38 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Fri, 26 Jul 2024 04:15:55 +0000 (13:15 +0900)
commit9d26075cda1ba702f89fbf6a072c1118f6f88f4d
treec90801a6789ea09e9236782033d090462ff23505
parente3b1ceeb30cd3e9e2854479b0cec237628486b36
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: Ie2650d9c281607b286a458608ee4661e478ec0b4
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