ITR2_ASSET/IntoTheRadius2/Content/Sound/Attenuation/Att_Plane_FlyBy.json

25 lines
776 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SoundAttenuation",
"Name": "Att_Plane_FlyBy",
"Class": "UScriptClass'SoundAttenuation'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Attenuation": {
"bAttenuateWithLPF": true,
"SpatializationAlgorithm": "ESoundSpatializationAlgorithm::SPATIALIZATION_HRTF",
"StereoSpread": 85000.0,
"LPFRadiusMin": 100000.0,
"LPFRadiusMax": 300000.0,
"LPFFrequencyAtMax": 350.0,
"DistanceAlgorithm": "EAttenuationDistanceModel::NaturalSound",
"AttenuationShapeExtents": {
"X": 1000.0,
"Y": 0.0,
"Z": 0.0
},
"FalloffDistance": 350000.0
}
}
}
]