| 1 Definition | 2 Functional Requirements | 3 Syntax |
| 4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
A Data Type including an Audio Scene’s:
- Audio Data and their spatial arrangement.
- Audio Sub-Scenes and their spatial arrangement.
2 Functional Requirements
Audio Scene Descriptors include:
- The ID of a Virtual Space (M-Instance) where it is or will be located.
- The ID of the Audio Scene Descriptors.
- The number of Audio Data in the Audio Scene.
- The number of Audio Sub-Scenes in the Audio Scene
- The Space-Time of the Audio Scene.
- The Audio Data and their Spatial Attitudes.
- The Audio Sub-Scenes and their Spatial Attitudes.
3 Syntax
https://schemas.mpai.community/CAE1/V2.3/data/AudioSceneDescriptors.json
4 Semantics
| Label | Description |
| Header | Audio Scene Descriptors Header |
| – Standard – AudioSceneDescriptors | The characters “OSD-ASD-V” |
| – Version | Major version – 1 or 2 characters |
| – Dot-separator | The character “.” |
| – Subversion | Minor version – 1 or 2 characters |
| MInstanceID | Identifier of M-Instance. |
| AudioSceneDescriptorsID | Identifier of the Audio Scene Descriptors. |
| AudioSceneSpaceTime | Space-Time of Audio Scene. |
| AudioDataCount | # of Audio Data in Audio Scene |
| AudioDataSet[] | Set of Audio Data that do not belong to an Audio Sub-Scene |
| – AudioData | Audio Data in the Scene to an Audio Sub-Scene. |
| – AudioDataSpaceTime | Space-Time information of Audio Data. |
| AudioSubSceneCount | # of Audio Sub-Scenes in Audio Scene |
| AudioSubScenes[] | Set of Audio Sub-Scenes in Audio Scene |
| – AudioSubSceneData | Data of Audio Sub-Scene |
| – AudioSubSceneSpaceTime | Audio Sub-Scene’s Space-Time info |
| DescrMetadata | Descriptive Metadata |
5 Conformance Testing
A Data instance Conforms with CAE-USC V2.4 Data Types Audio Scene Descriptors (CAE-ASD) if
- The JSON Data validate against the Audio Scene Descriptors’ JSON Schema.
- The Data in the Audio Scene Descriptors’ JSON Schema:
- Have the specified types.
- Validate against their JSON Schemas
- Conform with their Data Qualifiers if present.