Skip to content

Resolve "Object editing do not support extended metadata"

Reason why this change is needed

The current object editing interface do not support extended metadata parameters; radius, yaw and pitch.

Description of the change

The logic in the current object editing is repeated for the extended metadata.

Namely, the logic for gain is repeated for radius with minimum radius 0.0 and maximum radius 15.75. The logic for azimuth and elevation are copied for yaw and pitch editing, respectively.

(Since the range for azimuth and yaw are the same, and the range for elevation and pitch are the same.)

Affected operating points

  • Describe here as well as possible what operating points are affected and how
  • In minimum, there should be a status for bitstream compatibility and output bit exactness

It should be BE for all test cases since there is no test case for editing extended metadata.

Related to #1427

Merge request reports

Loading