Sound Controller
From UnityCar Wiki
This class is used to set and change the sounds produced by the car and the environment. Parameters:
- Engine Throttle This is the engine noise when the throttle is engaged (different from zero or idle).
- Engine Throttle Volume This is the base volume of the "Engine Throttle" audio clip.
- Engine Throttle Pitch Factor This is the base pitch value of the "Engine Throttle" audio clip.
- Engine No Throttle This is the engine noise when the throttle is not engaged (zero or idle).
- Engine No Throttle Volume This is the base volume of the "Engine No Throttle" audio clip.
- Engine No Throttle Pitch Factor This is the base pitch value of the "Engine No Throttle" audio clip.
- Transmission This is the transmission whine noise that you can hear when you engage the clutch.
- Transmission Volume This is the base volume of the "Transmission" audio clip.
- Transmission Pitch Factor This is the base pitch value of the "Transmission" audio clip.
- Skid This is the noise that is triggered when the car start losing traction (slipping orsliding).
- Skid Pitch Factor This is the base pitch value of the "Skid" audio clip.
- Crash Low Speed This is the noise triggered whenever the car hit something.
- Crash Low Volume This is the base volume of the "Crash Low Speed" audio clip.
- Crash Hi Speed This is the noise triggered when the car hit something at hi speed
- Crash Hi Volume This is the base volume of the "Crash Hi Speed" audio clip.
- ABS Triggered This is the noise triggered when the Anti Lock System is triggered
- Shift Triggered This is the noise triggered when there is a gear change.
- Shift Triggered Volume This is the base volume of the noise triggered when there is a gearchange.
- Wind This is the wind noise. Wind noise volume is proportional to car's velocity.