X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=0f0cffa5d95372082b0017e368d5dd105ede53e8;hb=refs%2Fchanges%2F07%2F12007%2F1;hp=109d26075d34c6d5546f4614abf84ec456a24b0b;hpb=4d190f69cc90143c4de1b0d474cbf552fa165b78;p=apps%2Fagl-service-unicens.git diff --git a/README.md b/README.md index 109d260..0f0cffa 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,6 @@ Warning: technically AGL bindings are shared libraries loaded thought 'dlopen'. loaded libraries, but user should be warn that the actual path to sharelib symbols is directly inherited from DLOPEN. As a result if you change your directory after binder start with --workdir=xxx then GDB will not find symbols anymore - ``` Examples: @@ -128,7 +127,6 @@ from the wrong relative directory, either you have to use 'set solib-search-path info sharedlibrary afb-* ``` - # Running an debugging on a target ``` @@ -154,4 +152,19 @@ Note: remote-target-populate will Note that Netbeans impose to set debug directory to ./build/pkgout or it won't find binding symbols for source debugging +# Default Volume of Amplifiers +The binding currently supports two use cases for amplifiers. +1. Amplifiers are initialized with a default volume. The head unit uses software volume + to change the volume of streaming data. +2. Amplifiers are initialized muted. The head unit uses hardware volume (e.g. HAL-MOST-UNICENS) + to change the volume of amplifiers remotely. + +Use case 2 is the default use case. If you like to use this binding without hardware volume support +please adopt the ```config_multichannel_audio_kit.xml``` as explained below. +``` + + + + +```