Playing Sounds from a Microphone Input

openBVE 1.5.4.0 introduces the ability to play sounds from the microphone or line-in input to a specified position within the game world.


Track.MicSound X ; Y ; ForwardsTolerance ; BackwardsTolerance
X: The X position of the sound.
Y: The Y position of the sound.
ForwardsTolerance: The distance in meters at which the sound becomes audible as the train approaches it’s position.
BackwardsTolerance: The distance in meters at which the sound is inaudible after the train passes it’s position.

Implementation Notes: