ITR2_ASSET/IntoTheRadius2/Content/Sound/SFX/Voicechat/TestVoiceEffect.json

30 lines
869 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SoundEffectSourcePresetChain",
"Name": "TestVoiceEffect",
"Class": "UScriptClass'SoundEffectSourcePresetChain'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Chain": [
{
"Preset": {
"ObjectName": "SourceEffectBitCrusherPreset'TestVoiceBitCrush'",
"ObjectPath": "/Game/Sound/SFX/Voicechat/TestVoiceBitCrush.0"
},
"bBypass": false
},
{
"Preset": {
"ObjectName": "SourceEffectRingModulationPreset'TestVoiceRingEffect'",
"ObjectPath": "/Game/Sound/SFX/Voicechat/TestVoiceRingEffect.0"
},
"bBypass": false
},
{
"Preset": null,
"bBypass": false
}
]
}
}
]