change the way of getting engine_id when updating personal voice 93/315193/7
authordyamy-lee <dyamy.lee@samsung.com>
Fri, 26 Jul 2024 08:56:52 +0000 (17:56 +0900)
committerDaYe Lee <dyamy.lee@samsung.com>
Thu, 12 Sep 2024 10:25:21 +0000 (10:25 +0000)
commit155d8c774626a5275f1b29c2f5998f3479ba3c3e
tree7e95d5ab950677e99fe4def49d7e954f5daeb6d2
parent7e05373f22ea57983e64a9289e20f649640e1f7c
change the way of getting engine_id when updating personal voice

When calling ttsd_config_update_personal_voice(), it gets engine_id by checking current engine from app_id.
So, tts_config_mgr_update_personal_voice() API uses this input parameter. Not use default engine id.

Change-Id: If04861cc4c5faf69f5146c6d64bd862d67e48a1d
common/tts_config_mgr.c
server/ttsd_config.c