Refactor logic for automatically setting voice 95/289395/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 23 Feb 2023 06:47:49 +0000 (15:47 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Tue, 7 Mar 2023 06:18:14 +0000 (15:18 +0900)
commit433359b8496b55e2ea54fe2c099b61aeffe10c71
tree566dd58fbf0ba90e1c85c284abb6e72870c05809
parentc9d2fa5c8bec95f6c9950e03e6deab246c5a3d87
Refactor logic for automatically setting voice

- Issue:
The logic is too complicated to enhance and expand. And also, the logic
requires unnecessary duplicated code.

- Solution:
This patch refactors the logic for automatically setting voice. Through
this patch, the logic will become easier to read and enhance. And also,
this patch removes unnecessary duplicated code.

Change-Id: I214d1a4d0a31ed34d794573eec9cec405769cedf
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/tts_config_mgr.c