Refactor the APIs about playing text 08/257108/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 20 Nov 2020 01:31:09 +0000 (10:31 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 27 May 2021 04:45:11 +0000 (13:45 +0900)
commitc823951a7cdcc72df45cfbdd149bb6eb7830d01f
treea18e08fe1291bf28c10d235cf1316b7279dac767
parentae5d59975a8a4003fa252577dfc121d0499f3107
Refactor the APIs about playing text

This patch refactors the next APIs about playing text.
- tts_add_text
- tts_play
- tts_stop
- tts_pause
- tts_add_pcm
- tts_play_pcm
- tts_stop_pcm

By this patch, tts.c provides simple business logic and tts_core provides core logic.

Change-Id: Ieb81972acc5e305733f0bbceb357b1866f7c05c2
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts.c
client/tts_client.c
client/tts_client.h
client/tts_core.c
client/tts_core.h