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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,10 +9,10 @@ The name of the provided API is `unicens-controller`. ## Verbs | Name | Description | JSON Parameters | |-----------------------------|-----------------------------------------------|-------------------------------------------------------------------| -| slimamp_master_volume_set | Set master volume of the slim amplifer. | *Request:* { "value": 0 } <br>Valid range for `value`: 0..100 | -| amplifier_master_volume_set | Set master volume of the Fiberdyne amplifer. | *Request:* { "value": 0 } <br>Valid range for `value`: 0..100 | -| microphone_mode_set | Set LED mode of microphone | See section *Verb microphone_mode_set* | - +| slimamp_master_volume_set | Set master volume of the slim amplifer. | *Request:* { "value": 0 }<br>Valid range for `value`: 0..100 | +| amplifier_master_volume_set | Set master volume of the Fiberdyne amplifer. | *Request:* { "value": 0 }<br>Valid range for `value`: 0..100 | +| microphone_mode_set | Set LED mode of microphone. | See section *Verb microphone_mode_set* | +| microphone_doa_get | Get the direction of audio. | *Request:* {}<br>*Response*: { "value": 45 }<br>Valid range for `value`: 0..359 | ### Verb microphone_mode_set You can set an LED signaling mode with the following parameters. |