diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2019-10-15 15:14:30 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2019-10-16 06:11:37 +0000 |
commit | e91eaa18befd14446d280311c9bd5c05f29801f0 (patch) | |
tree | c8921df433cacd724a7ade71f74be2aa962adff0 /htdocs | |
parent | 6854f72cb81b10e1add164e754aba1952df5b269 (diff) |
unicens-controller: add DOA feature
Introduce a new API to retrieve the current direction
of audio (DOA) recognized by the microphone.
Bug-AGL: SPEC-2899
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Change-Id: I387efaeaf0cffd06b3d88efbeeaf2ef7eb23c780
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/ucs-controller.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htdocs/ucs-controller.html b/htdocs/ucs-controller.html index f1b9ed8..0de6c57 100644 --- a/htdocs/ucs-controller.html +++ b/htdocs/ucs-controller.html @@ -98,6 +98,13 @@ limitations under the License. <li><button onclick="callbinder('unicens-controller','microphone_mode_set', {'value': 'unknown'})">Unknown</button></li> </ol> </div> + + <h3>DOA</h3> + <div> + <ol> + <li><button onclick="callbinder('unicens-controller','microphone_doa_get', {})">Get direction of audio (DOA)</button></li> + </ol> + </div> <h1>Events</h1> <br> |