#include "openalpp/audiobase.h"#include "openalpp/export.h"Go to the source code of this file.
Namespaces | |
| namespace | openalpp |
Classes | |
| class | openalpp::AudioEnvironment |
Enumerations | |
| enum | DistanceModel { None, InverseDistance, InverseDistanceClamped } |
|
|
Enum for setting/getting the current distance model. None means no model is in use, i.e. no attenuation.
InverseDistanceClamped:
In the above calculations, the variables have the following meanings:
|
1.3.9.1