1 Definition | 2 Functional Requirements | 3 Syntax |
4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
Data describing the characteristics of an object as pertains Audio.
2 Functional Requirements
- Object Audio Characteristics includes
- Reflectivity
- Early Reflections Time (s)
- Late Reflections Time (s)
- Reverberation
- RT60 (frequency dependent)
- RT30 (frequency dependent)
- R20 (frequency dependent)
- EDT (Time taken by audio from full scale to -10 dB)
- Diffusion: Schroeder Diffusion Coefficient (number)
- Absorption: Absorption Coefficient (number 0 to 1)
- Reflectivity
3 Syntax
https://schemas.mpai.community/OSD/V1.4/data/ObjectAudioCharacteristics.json
4 Semantics
Label | Size | Description |
Header | N1 Bytes | Texture Header |
– Standard-Texture | 9 Bytes | The characters “OSD-OAC-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 |
M-InstanceID | N4 Bytes | Identifier of M-Instance. |
ObjectAudioCharacteristicsID | N5 Bytes | Identifier of Texture. |
ObjectAudioCharacteristics | N6 Bytes | Data of Object Audio Characteristics |
– Reflectivity | N7 Bytes | The reflection of sound in the same medium after hitting a surface. |
– EarlyReflectionTime | N8 Bytes | Measured in seconds |
– LateReflectionTime | N9 Bytes | Measured in seconds |
– Reverberation | N10 Bytes | The persistence of sound after it has been produced |
– RT60 | N11 Bytes | Table with frequency (Hz) and dB |
– RT30 | N12 Bytes | Table with frequency (Hz) and dB |
– RT20 | N13 Bytes | Table with frequency (Hz) and dB |
– EDT | N14 Bytes | Time taken by audio from full scale to -10 dB (ms). |
– Diffusion | N15 Bytes | The spreading of sound waves throughout a space, measured by the Schroeder Diffusion Coefficient (number). |
– Absorption | N16 Bytes | The loss of energy affected by sound waves that have reached an absorbent material measured by the Absorption Coefficient (1 ≥ number ≥ 0). |
ObjectAudioCharacteristicsRights | N16 Bytes | Rights to Act on the Object Audio Characteristics. |
DescrMetadata | N17 Bytes | Descriptive Metadata |
5 Conformance Testing
A Data instance Conforms with Object Audio Characteristics (OSD-OAC) if:
- The Data validates against the Object Audio Characteristics’s JSON Schema.
- All Data in the Texture’s JSON Schema
- Have the specified type
- Validate against their JSON Schemas
- Conform with their Data Qualifiers, if present.