NWH Vehicle Physics 2 Documentation
Admin » NWH:VehiclePhysics2:Sound:SoundManager

Differences

This shows you the differences between two versions of the page.


Previous revision
—NWH:VehiclePhysics2:Sound:SoundManager [2025/01/03 11:34] (current) – [Sound Manager] nwhcoding
Line 1: Line 1:
 +====== Sound Manager ======
  
 +[{{ :NWH:VehiclePhysics2:Sound:pasted:20230319-163503.png|SoundManager inspector. }}]
 +
 +''SoundManager'' is the main class for handling sound. It contains all the global sound settings and also manages individual SoundComponents.
 +
 +Also check the [[NWH:VehiclePhysics2:Sound:index|Sound]] page.
 +===== Master Settings =====
 +Master settings affect all the ''SoundComponent''s
 +
 +===== Equalizer =====
 +Each sound component belongs to one of the Audio Mixer groups: Engine, Transmission, SurfaceNoise, Turbo, Suspension, Crash or Other. Here you can add additional effects and modify the sound. One example of this is distortion which is added to the engine sound based on load through the Audio Mixer.
 +
 +[{{ :NWH:VehiclePhysics2:Sound:pasted:20200214-163636.png|VehicleAudioMixer }}]
NWH Vehicle Physics 2 Documentation

Table of Contents

  • About
  • Setup
  • Input
  • Vehicle Controller
  • Wheel Controller
  • NWH Common Scripts
  • Trailers
  • GUI
  • Multiplayer
  • Render Pipelines
  • Add-ons
  • FAQ
  • Troubleshooting
  • Demos
  • Changelog
  • Upgrade Notes
  • Support