summaryrefslogtreecommitdiff
path: root/AudioManagerPoC/business_logic/src/audioManagerInterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* AudioManagerPoC: GENIVI Alliance Audio Manager proof-of-conceptAdrian Scarlat2015-04-071-0/+230
The Audio Manager Proof of Concept (AM PoC) is an application that uses the GENIVI AudioManager capabilities to demonstrate how audio sources are managed based on mixing rules that are defined in the configuration file for AM Control Plugin "libPluginControlInterface.conf". For a details description please consult the "libPluginControlInterface.conf", "libPluginRoutingInterfacePulse.conf" and AudioManager documentation. This AudioManager PoC is based on AM ver 3.0 and Qt 5. It will be a simple application that will demonstrate a few of the AM capabilities: 1. source playing; 2. volume changing; 3. source switching based on source priorities; 4. automatic volume handeling based on source priorities. Signed-off-by: Adrian Scarlat <adrian.scarlat@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>