Table of Contents

, , ,

Start Page » Game Development with the Drag[en]gine » Skin Texture Properties » Texture Property Database » sound.absorption

Skin Texture Property: sound.absorption

Defines the sound absorption of a surface.

Excepted Data Source1 component value
Data Range0 to 1
Default Value0.12
Affected ModulesAudio
Linked Propertiessound.absorption.lower, sound.absorption.upper

Description

The sound.absorption texture property defines the sound absorption of a surface. It is used by the audio module to determine the fraction of sound energy absorbed by the surface. Values for this texture property can be looked up in engineering tables (Sound Absorption Coefficient) using middle values around 1kHz. Typical values are like these:

It is better to use higher absorption values if in doubt to avoid high reverberant rooms. Most materials are anyways more absorbing as you might think due to room acoustics used in buildings.

The source is typically a single value inside the range from 0 to 1. 0 represents fully reflective material absorbing no sound. 1 represents a full absorbing surface reflecting no sound.

The default value for this texture property is 0.12 matching common rooms with reduced reverberation.