From: Kazumasa Mitsunari Date: Tue, 29 Aug 2017 11:58:47 +0000 (+0900) Subject: Add sound manager initial source code X-Git-Tag: 4.99.1~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2e602801b372b0b68111316b89f567213e3ea378;hp=2e602801b372b0b68111316b89f567213e3ea378;p=staging%2Fsoundmanager.git Add sound manager initial source code First version 2017/08/29 SoundManager consists of main 4 parts 1. doc Document of sound manager and audio manager architecture This describes application sequence Please open ApplicationGuide.md with browser 2. include Contains API of libsoundmanager LibSoundmanager API is going to be modified, so please don't use for now Update will be done in near future 3. soundmanager_binding Contains soundmanager binding. This is the service midleware If installing this, soundmanager is automatically launched by AppFW(systemd) 4. sample Contains sample applications. These applications follow the AudioManager sequence and using soundmanager binding Change-Id: I75b6c5c652e1dc00b39bc499a2ee6bf1e2aeaf6d Signed-off-by: Kazumasa Mitsunari ---