core.audio_3d.doppler_tracking
Client
Enumeration of supported Doppler tracking modes
Values
| Constant | Description |
|---|---|
core.audio_3d.doppler_tracking.DISABLED | No Doppler effect is applied |
core.audio_3d.doppler_tracking.IDLE_STEP | Doppler effect is calculated every idle frame. Suitable for most use cases |
core.audio_3d.doppler_tracking.PHYSICS_STEP | Doppler effect is calculated every physics step. Use when the source or listener moves via physics |