The SEDRIS Data Representation Model
APPENDIX A - Classes Fade Range |
---|
For region-based audio, an instance of this DRM class specifies the range where the audio is attenuated to fade out at the boundary.
Consider a 2D areal region used to represent a localized storm cell. If the listener is within the region, the constant sound of rainfall is to be played. If the listener is outside the region, the rainfall sound is not to be played.
At the edge of the region, the data provider doesn't want the sound to just turn itself off, but to gradually fade out as the listener gets farther away. So a <Fade Range> instance is attached to the <Sound Instance>, defining the range at which the sound begins fading away and the range at which the sound has completely faded away.
No FAQs supplied.
SE_Long_Float | fade_to_off_begin; | (notes) |
---|---|---|
SE_Long_Float | fade_to_off_complete; | (notes) |
The fade_to_off_begin field specifies the range (in metres) where the sound begins to fade away.
The fade_to_off_complete field specifies the range (in metres) where the sound has completely faded away.
|