local audioutil = require "audioutil" function data() return { type = "GENERIC", refDist = 25.0, openDoors = "vehicle/er2/door.wav", closeDoors = "vehicle/er2/door.wav", params = { tracks = { { clip = "vehicle/er2/compressor.wav", gainCurve = { nodes = { { .0, 1.0 }, { .15, .0 }, } }, pitchCurve = { nodes = { { .0, 1.0 }, } } }, { clip = "vehicle/er2/drive.wav", gainCurve = { nodes = { { .0, .0 }, { .15, 1.0 }, } }, pitchCurve = { nodes = { { .0, .94 }, { .15, 1.0 }, { .28, 1.06 }, { .53, 1.12 }, { 1.0, 1.19 }, } } } }, } } end