The SEDRIS Data Representation Model
APPENDIX A - Classes Sound |
---|
An instance of this DRM class specifies a digital representation of an acoustic phenomenon.
A <Sound> instance represents the sound of a siren that can be used by different <Model> instances representing environmental objects such as ambulances, fire engines, or police vehicles.
See <Sound Instance>.
The name field specifies a meaningful short name.
The sound_format field specifies the sound format of the resource (see C.3 Sound_Format references).
The sound_urn field specifies a SEDRIS sound URN as defined in SE_URN.
The duration field specifies the length of the sound clip in seconds.
The sampling_rate field specifies the number of samples per second (e.g., a standard Compact Disc has a sampling of 44.1 kHz, which is a sampling rate of 44100).
The bits_per_sample field is also called sample size or quantization (e.g., a standard Compact Disc has 16 bits per sample).
The channel_count field specifies the number of sound channels.
NOTE A channel_count of 1 = monophonic and 2 = stereophonic.
The method field specifies the encoding scheme and compression scheme used, if any.
|