Difference between revisions of "Documentation/Engine/Sound/TruckCabinFiltering"

From SCS Modding Wiki
Jump to navigation Jump to search
(Sounds - The truck cabin filtering)
(Sound processing)
Line 4: Line 4:
  
 
= Sound processing =
 
= Sound processing =
 +
The following features are important when processing cabin sound:
 +
 +
'''Listener position (inside / outside)'''
 +
** This state is controlled by the global parameter ''cabin_out'' (0 means inside, 1 means outside).
 +
'''Window opening status (closed / open)
 +
** This state is controlled by the global parameters ''wnd_left'', ''wnd_rigth''.
 +
 +
* a

Revision as of 07:48, 14 December 2021

The truck cabin filtering

There is possibility of individual (per truck) sound filtering for the cabin truck. (Added in 1.43 version)

Sound processing

The following features are important when processing cabin sound:

Listener position (inside / outside)

    • This state is controlled by the global parameter cabin_out (0 means inside, 1 means outside).

Window opening status (closed / open)

    • This state is controlled by the global parameters wnd_left, wnd_rigth.
  • a