enum abstract AudioSourceFlags(UInt32)
package soloud
from UInt32 to UInt32
import soloud.AudioSource
Available on clay native
Variables
inlineread onlySINGLE_INSTANCE:AudioSourceFlags = 2
Only one instance of this audio source should play at the same time
inlineread onlyVISUALIZATION_DATA:AudioSourceFlags = 4
Visualization data gathering enabled. Only for busses.
inlineread onlyPROCESS_3D:AudioSourceFlags = 8
Audio instances created from this source are affected by 3d processing
inlineread onlyLISTENER_RELATIVE:AudioSourceFlags = 16
Audio instances created from this source have listener-relative 3d coordinates
inlineread onlyDISTANCE_DELAY:AudioSourceFlags = 32
Delay start of sound by the distance from listener
inlineread onlyINAUDIBLE_TICK:AudioSourceFlags = 128
If inaudible, should still be ticked (default = pause)