1 Definition | 2 Functional Requirements | 3 Syntax |
4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
A Data Type including the arrangement of Audio Objects’ in an Audio Scene and their Qualifiers.
2 Functional Requirements
Audio Basic Scene Geometry include:
- The ID of a Virtual Space (M-Instance) where the Audio Basic Scene is or will be located.
- The ID of the Audio Basic Scene Geometry.
- The number of Audio Objects in the Audio Basic Scene.
- The Space-Time Attributes of the Audio Basic Scene Geometry.
- For each Audio Object in the Audio Basic Scene:
- The Space-Time info.
- The Audio Object Qualifiers.
3 Syntax
https://schemas.mpai.community/CAE1/V2.2/data/AudioBasicSceneGeometry.json
4 Semantics
Label | Size | Description |
Header | N1 Bytes | Audio Basic Scene Geometry Header |
– Standard-AudioBasicSceneGeometry | 9 Bytes | The characters “OSD-ABG-V” |
– Version | N2 Bytes | Major version – 1 or 2 characters |
– Dot-separator | 1 Byte | The character “.” |
– Subversion | N3 Bytes | Minor version – 1 or 2 characters. |
MInstanceID | N4 Bytes | Identifier of M-Instance. |
AudioBasicSceneGeometryID | N5 Bytes | Identifier of the Audio Basic Scene Geometry. |
AudioObjectCount | N6 Bytes | Number of Audio Objects in Audio Basic Scene. |
AudioBasicSceneSpaceTime | N8 Bytes | Space and Time of Audio Basic Scene Geometry. |
AudioBasicSceneAudioObjects[] | N9 Bytes | Set of Audio Objects. |
– AudioObjectSpaceTime | N10 Bytes | Space and Time of Audio Object. |
– AudioObjectQualifiers | N12 Bytes | Qualifiers of Audio Object. |
DescrMetadata | N17 Bytes | Descriptive Metadata. |
5 Conformance Testing
A Data instance Conforms with CAE-USC V2.3 Data Types Audio Basic Scene Geometry (CAE-ABG) if:
- The JSON Data validate against the Audio Basic Scene Geometry’s JSON Schema.
- All JSON Data in the Audio Basic Scene Geometry’s JSON Schema:
- Have the types specified.
- Validate against their JSON Schemas.
- Conform with their Data Qualifiers if present.