TORCS  1.3.9
The Open Racing Car Simulator
sound_defines.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EX_PI   3.1415926535
 
#define SPEED_OF_SOUND   340.0
 
#define NB_CRASH_SOUND   6
 
#define NB_ENGINE_SOUND   6
 
#define ACTIVE_VOLUME   0x01
 
#define ACTIVE_PITCH   0x02
 
#define ACTIVE_LP_FILTER   0x04
 
#define ACTIVE_HP_FILTER   0x08
 
#define ACTIVE_BP_FILTER   0x10
 
#define ACTIVE_DISTORT_FILTER   0x20
 

Macro Definition Documentation

◆ ACTIVE_BP_FILTER

#define ACTIVE_BP_FILTER   0x10

Definition at line 18 of file sound_defines.h.

◆ ACTIVE_DISTORT_FILTER

#define ACTIVE_DISTORT_FILTER   0x20

Definition at line 19 of file sound_defines.h.

◆ ACTIVE_HP_FILTER

#define ACTIVE_HP_FILTER   0x08

Definition at line 17 of file sound_defines.h.

◆ ACTIVE_LP_FILTER

#define ACTIVE_LP_FILTER   0x04

Definition at line 16 of file sound_defines.h.

◆ ACTIVE_PITCH

#define ACTIVE_PITCH   0x02

Definition at line 15 of file sound_defines.h.

◆ ACTIVE_VOLUME

#define ACTIVE_VOLUME   0x01

Definition at line 14 of file sound_defines.h.

◆ EX_PI

#define EX_PI   3.1415926535

Definition at line 4 of file sound_defines.h.

◆ NB_CRASH_SOUND

#define NB_CRASH_SOUND   6

Definition at line 11 of file sound_defines.h.

◆ NB_ENGINE_SOUND

#define NB_ENGINE_SOUND   6

Definition at line 12 of file sound_defines.h.

◆ SPEED_OF_SOUND

#define SPEED_OF_SOUND   340.0

Definition at line 10 of file sound_defines.h.