You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check that they are unique within audioProgramme and audioContent
check that they are unique within the matched set of audioProgrammes and audioCntents
presumably it's ok to reference an audioObject more than once as long as only one alternativeValueSetIDRef is used?
parse gainInteractionRange and positionInteractionRamge and check the gain and positionOffset are within the specified bounds -- parsing is done, but the checking isn't really a v2 feature and is not done
check that all these are only specified in leaf audioObject -- in BS2076-2 support #59
coordinates of screen which have changed are not used
could remove the "more than one audioProgramme; selecting the one with the lowest id" warning, but it's still useful
maximum divergence is not validated
HOA
order and degree now override equation (good), so we could remove the exception when equation is specified, but I don't see the need and would have to change it to a warning in -2 anyway
dynamic metadata for matrix is probably not a priority
misc
add a mechanism to warn about use of non-standardised features?
this is mostly quite obvious, so I don't think there's any need
warnings above are based on this policy: warn when using features which:
can cause silent differences in behaviour when interpreted according to different versions -- i.e. software is not going to break because of a new attribute or changed default, but the output may be wrong
and can easily be replaced by equivalent metadata which doesn't have the same problem
The text was updated successfully, but these errors were encountered:
To Do
parse version -- in BS2076-2 support #59
BS2076Version(version: int)
orOtherVersion(name: str)
new audioObject parameters
track uid to channel reference: -- in BS2076-2 support #59 (originally Added audioStreamFormat and audioTrackFormat bypass for audioTrackUID… #32)
channel_format_for_track_uid
) -- in BS2076-2 support #59gain in DirectSpeakers -- in BS2076-2 support #59
gain in HOA -- in BS2076-2 support #59
gain in Matrix -- in BS2076-2 support #59
extend importance handling to DirectSpeakers/HOA/Matrix? -- in extra BS2076-2 changes #71
fractional time format -- in BS2076-2 support #59
gainUnit everywhere -- this is a really bad idea but needed for compatibility -- in BS2076-2 support #59
change objectDivergence azimuth default from 45 to 0 -- in BS2076-2 support #59
things that don't need implementing
no need to do anything with authoringInformation
coordinates of screen which have changed are not used
could remove the "more than one audioProgramme; selecting the one with the lowest id" warning, but it's still useful
maximum divergence is not validated
HOA
dynamic metadata for matrix is probably not a priority
misc
add a mechanism to warn about use of non-standardised features?
warnings above are based on this policy: warn when using features which:
can cause silent differences in behaviour when interpreted according to different versions -- i.e. software is not going to break because of a new attribute or changed default, but the output may be wrong
and can easily be replaced by equivalent metadata which doesn't have the same problem
The text was updated successfully, but these errors were encountered: