Add multi-assistant audio processing client library 80/230680/4
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 13 Apr 2020 10:27:35 +0000 (19:27 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 14 Apr 2020 07:01:14 +0000 (16:01 +0900)
commit9d8c48e462ba0940a114a85439f6e282cdebc027
treea4287118ca5f51e2376bb31382c7308d6d5a7e13
parent74159700a3ee8def173a4a377cb284008257ef71
Add multi-assistant audio processing client library

To support voice assistants that have separated
processes each for rendering UI and processing
utterance audio data, provide a client library
that enables receiving audio data on behalf of
the process that is linked with multi-assistant
client library. For now this feature is provided
internally but might be open to public as well
in the future.

Change-Id: Ied125f8260ee3923c49443f66ecfcdb808bb2684
client/CMakeLists.txt
client/ma_ap.c [new file with mode: 0644]
client/ma_ap_client.c [new file with mode: 0644]
client/ma_ap_client.h [new file with mode: 0644]
client/ma_ap_dbus.c [new file with mode: 0644]
client/ma_ap_dbus.h [new file with mode: 0644]
common/ma_main.h
include/CMakeLists.txt
packaging/multi-assistant.spec