Add new functions for handling audio streaming 33/293733/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 26 May 2023 06:39:28 +0000 (15:39 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 6 Jul 2023 07:59:33 +0000 (16:59 +0900)
commitb81a51e6f528f494f8e784756454f10d30b25941
tree7098abac986fef4fe27749502fe6191fc387fe55
parenta5d709004ce618946f5924522dde938c91d4f1ff
Add new functions for handling audio streaming

- Requirements:
The engine library needs to recognize audio streaming from the clients.

- Contents:
To handle audio streaming from the clients, this patch adds new
functions. Through this new functions, the engine library can sends the
raw PCM data from the clients to the engine.

Change-Id: If54a437d0bf43cf2ead88f65a264225e645f57da
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
server/sttd_client_data.c
server/sttd_client_data.h
server/sttd_server.c
server/sttd_server.h