Searched defs:_SOUND_INFO (Results 1 – 1 of 1) sorted by relevance
49 struct _SOUND_INFO { struct53 int timeSinceLastGoom; /* >= 0 */54 float goomPower; /* power of the last Goom [0..1] */56 int timeSinceLastBigGoom; /* >= 0 */58 float volume; /* [0..1] */59 short samples[2][512];62 float goom_limit; /* auto-updated limit of goom_detection */63 float bigGoomLimit;64 float accelvar; /* acceleration of the sound - [0..1] */65 float speedvar; /* speed of the sound - [0..100] */[all …]