diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-31 18:54:36 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-12-30 01:13:09 -0800 |
commit | 9f8e628ff905820a8f81b47dfa6b8f15163f5e0b (patch) | |
tree | cf705115c7dc550fd8b53476335eddbcad7d9bdc /meta-audio-soundmanager-framework/README.md | |
parent | 4acf8041cab11f802974b1741e9fde9be2aaa778 (diff) |
Enable audio management with Sound Manager automatically
Originally, configuration.xml(Audio policy file for Sound Manager)
must be replaced manually to use Sound Manager.
And /etc/pulse/default.pa file must be modified not to load module router manually for now.
The module-router couldn't coexist with soundmanager for now.
(In the future, coexist for supporting legacy apps)
This patch enables Audio Management system based on
Sound Manager and Genivi Audio Manager automatically.
[Patch Set3]
- Remove bbappend
- Override pulseaudio-config
- Override audiomanager-plugins-config
- Add PREFERRED_PROVIDER to the packagegroup-hmi-framework.bb
[Patch Set6]
- Remove recipes related to soundmanager from hmi-framework
- Create a new feature as agl-audio-soundmanager-framework
[Patch Set7]
- Use PROVIDES instead of RPROVIDES
Bug-AGL: SPEC-1025, SPEC-1026, SPEC-1027
Change-Id: I26e484e130feac2bedc13839110a6208579b8bbc
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'meta-audio-soundmanager-framework/README.md')
-rw-r--r-- | meta-audio-soundmanager-framework/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-audio-soundmanager-framework/README.md b/meta-audio-soundmanager-framework/README.md new file mode 100644 index 00000000..751a3c2d --- /dev/null +++ b/meta-audio-soundmanager-framework/README.md @@ -0,0 +1,18 @@ +This README file contains information on the contents of the +soundmanager layer. + +Please see the corresponding sections below for details. + +How to enable the framework +================= +In order to enable the soundmanager audio framework features, +please add the feature of "agl-audio-soundmanager-framework" +in the source command which enables bitbake. + +$ source meta-agl/scripts/aglsetup.sh -m <machine> agl-demo agl-audio-soundmanager-framework + + +Reference +================= +http://docs.automotivelinux.org/docs/apis_services/en/dev/reference/hmi-framework/3_3-SoundManager-Guide.html + |