Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correction to ASI read me #22

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

patilyash19
Copy link
Collaborator

Significance:

  • Correction to ASI read me document

Testing:

  • No tests done

asi_readme.md Outdated
| 5 |`group_preset_definition.cond_on_off`|This flag describes the required on/off status of a group or a switch group associated with a group preset or a group preset extension. If the flag is 1 and the referenced ID is defined to be interpreted as a groupID, the associated group has to be switched on to validate the group preset or group preset extension. If the referenced ID is defined to be interpreted as a switchGroupID, a groupPresetConditionOnOff with value 1 means that one member of the switch group has to be switched on to validate the group preset If the flag is 0, the associated group or switch group has to be switched off.| `0` or `1`|
| 6 |`group_preset_definition.disable_gain_interact`|Indicates whether the gain interactivity of the currently referenced group or of the members of the referenced switch group shall be disabled (flag is equal to 1) or shall stay enabled (flag is equal to 0) if the preset or preset extension is chosen/valid. |`0` or `1`|
| 7 |`group_preset_definition.gain_flag`|Indicates whether the corresponding preset or preset extension specifies an initial gain of the members of a metadata element group or of the element members of the group members of the referenced switch group. It shall only be 1 if the flag mae_allowGainInteractivity of the corresponding group or of all the members of the referenced switch group is set to 1. . |`0` or `1`|
| 8 |`group_preset_definition.gain`|Indicates the initial gain of the members of a metadata element group or of the element members of the group members of the referenced switch group when the corresponding preset or preset extension is selected. |`-95.5` - `32` (steps of 0.5dB)|
Copy link
Member

@SakethSathuvalli SakethSathuvalli Mar 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still needs some clarity. Please check the below comment:

The value passed by the user (groupPresetGain) will be in the range of 0-255. The actual dB gain value is extracted using the formula (groupPresetGain - 255) * 0.5 + 32

So if the dB gain intended to be applied by the user is $"x"$ then the value to be passed in the text format is $$"(x - 32) * 2 + 255" $$

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its gain in dB, not the bit value.

@patilyash19 patilyash19 force-pushed the asi-read-me-correction branch from 90a6bf7 to 2db78e1 Compare March 12, 2025 05:49
Significance:
-------------
- Correction to ASI read me document
- Changed gain, azimuth,elevation input format for group preset extension.

Testing:
--------
- No tests done
@patilyash19 patilyash19 force-pushed the asi-read-me-correction branch from 2db78e1 to d6f9895 Compare March 12, 2025 07:07
@SakethSathuvalli SakethSathuvalli merged commit 9a2514a into multi-sig-grp-ln Mar 12, 2025
@SakethSathuvalli SakethSathuvalli deleted the asi-read-me-correction branch March 12, 2025 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants