2025-06-11 20:19:35 +07:00

139 lines
2.2 KiB
Plaintext

{
"Parameters": {
"Pitch": 1,
"Volume": 1,
"FadeDist": 1500,
"RedlineFrequency": 55,
"RedlineStrength": 0.2,
"WobbleFrequency": 25,
"WobbleStrength": 0.13
},
"Layers": {
"rpm_high": {
"AudioPath": "sounds/streams/pickup/high.vsnd",
"UseRedline": true,
"Controllers": [
[
"Throttle",
0,
1,
"Volume",
0,
1
],
[
"RpmFraction",
0,
1,
"Pitch",
0.49,
1.05
],
[
"RpmFraction",
0.2,
0.75,
"Volume",
0,
1
]
]
},
"idle": {
"AudioPath": "sounds/streams/pickup/idle.vsnd",
"UseRedline": true,
"Controllers": [
[
"Throttle",
0,
1,
"Volume",
1,
0
],
[
"RpmFraction",
0,
0.3,
"Volume",
1,
0
],
[
"RpmFraction",
0,
0.38,
"Pitch",
1,
2
]
]
},
"rpm_low": {
"AudioPath": "sounds/streams/pickup/low.vsnd",
"UseRedline": true,
"Controllers": [
[
"Throttle",
0,
1,
"Volume",
0,
1
],
[
"RpmFraction",
0,
1,
"Pitch",
0.75,
1.59
],
[
"RpmFraction",
0.3,
0.85,
"Volume",
1,
0
]
]
},
"throttle_low": {
"AudioPath": "sounds/streams/pickup/throttle_low.vsnd",
"UseRedline": true,
"Controllers": [
[
"Throttle",
0.35,
1,
"Volume",
0.85,
0
],
[
"RpmFraction",
0,
1,
"Pitch",
0.63,
1.33
],
[
"RpmFraction",
0,
0.2,
"Volume",
0,
1
]
]
}
},
"Parent": null,
"Throttle": 0,
"RpmFraction": 0,
"IsRedlining": false,
"__references": [],
"__version": 0
}