Introduce tts_core.h/c as genral logic layer 87/246887/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 21 Oct 2020 10:53:12 +0000 (19:53 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 5 Nov 2020 03:10:36 +0000 (12:10 +0900)
commit4b6657ae814c0fe0337895f5a521216594cb01ad
treef0b3daf23fccb1b0fa7b3d4ebb92f2d1496eedcf
parent9339aa3a13b0c63d6a0d85bf4d9c4383f749f23e
Introduce tts_core.h/c as genral logic layer

tts_core.c/h includes most of general logic to implement TTS FW.

This patch introduces tts_core.c/h as a first step of refactoring client module.
And also, this patch refactors logic to call client callback.

Change-Id: I28428a7c6eca4522c960974f4a0183d327d97f17
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/CMakeLists.txt
client/tts.c
client/tts_core.c [new file with mode: 0644]
client/tts_core.h [new file with mode: 0644]