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, such as a siren that can be used by different models such as ambulances, fire engines, or police vehicles.
See <Sound Instance>.
If provided, this identifies the phenomenon represented by the given instance of <Sound>.
If provided, the <Description> component may be used to provide a more detailed description than that specified by the name field.
If provided, this specifies either - information about the events and/or source data used in constructing the given <Sound> instance, or - lack of knowledge about lineage.
The name field specifies a meaningful short name.
The sound_format field specifies the sound format of the resource.
The sound_urn field specifies a SEDRIS sound URN, in the form urn:x-sedris:<DNAS>:sound=<SN> where: <DNAS> is domain name authority name string, and <SN> is a scoped sound resource name string.
The duration field specifies the length of the sound clip in seconds.
The sampling_rate field specifies the number of samples per second. For example, a standard CD has a sampling of 44.1 kHz, which would be a sampling rate of 44100.
The bits_per_sample field is also called *sample size* or *quantization*; for example, a standard CD has 16 bits per sample.
Note that a channel_count of 1 = mono, 2 = stereo (CDs can be recorded with 4 channels).
The method field specifies the encoding scheme (such as MULAW, ALAW, ACE, ADPCM, CELP, LPC) and compression scheme (CODEC) used, if any.
|