Add new structure for saving synthesis parameter 56/306956/5
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 28 Feb 2024 08:48:53 +0000 (17:48 +0900)
committersungwook park <sungwook79.park@samsung.com>
Thu, 25 Apr 2024 03:03:39 +0000 (03:03 +0000)
commit6564fe6a30aefa0f4659cbef9aa70b1a8e6ce250
tree18472f85c74c84d4658722d0ccb72c63010b8bc9
parentc5672702daa9f435e57fe3fb01cef35888486659
Add new structure for saving synthesis parameter

- Requirements:
The app needs to play each utterance with different configuration such
as pitch, speed, volume, or background volume.

- Contents:
This patch adds new structure type for saving synthesis parameter. This
new type will be used for a member of speak_data_s. Through this change,
each speak_data_s can store each synthesis parameter and can make
difference playback utterance using that synthesis parameter.

Change-Id: I58ea401a14d807a1087275dee0dbac7d029a2c91
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
server/ttsd_data.cpp
server/ttsd_data.h
server/ttsd_main.h
server/ttsd_server.c