Sound
Sound in NWH Aerodynamics is handled through individual
AircraftSoundComponents attached to the aircraft.
The main component AircraftSoundManager manages these components and handles mixing.
Sound is optional and does not have to be present for the
AircraftController to work.
Sound Components
- AircraftSoundManager - Central manager for all aircraft sound components and audio mixing
- EngineRunningAircraftSoundComponent - Engine sound during flight with RPM-based modulation
- EngineStartingAircraftSoundComponent - Engine startup and shutdown sound effects
- WindAircraftSoundComponent - Wind and ambient airflow sounds based on airspeed
- CrashAircraftSoundComponent - Collision and impact sounds triggered by aircraft crashes