Add dbus interface for audio streaming 34/293734/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 26 May 2023 11:45:26 +0000 (20:45 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 6 Jul 2023 08:02:05 +0000 (17:02 +0900)
commitbd842f927bdb06a494a5dceb8dae2e4b01416793
tree84daa0edf8c954610568d4b0db840d52be544ae4
parentb81a51e6f528f494f8e784756454f10d30b25941
Add dbus interface for audio streaming

- Requirements:
The client and server library must be able to exchange the requests for
audio streaming.

- Contents:
To handle requests for audio streaming, this patch adds new dbus
interface. With this patch, the client and server library can exchange
the requests for audio streaming.

Change-Id: I559f8f7693e87539549b81c5b90cda78feca7270
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/stt_dbus.c
client/stt_dbus.h
common/stt_defs.h
server/sttd_dbus.c
server/sttd_dbus_server.c
server/sttd_dbus_server.h