# Audio Related

# Allows you to change voice chat distance

{
    "DFIntVoiceChatRollOffMinDistance": "7",
    "DFIntVoiceChatRollOffMaxDistance": "80"
}

# Sounds use physical velocity and become distorted

{
    "FFlagSoundsUsePhysicalVelocity": "True"
}

# Audio Occlusion

{
    "FFlagDebugEnableDirectAudioOcclusion2": "True"
}

# Limit audios that are being played

{
    "DFIntMaxLoadableAudioChannelCount": "1"
}

# Mess with voice chat volume

{
    "DFIntVoiceChatVolumeThousandths": "100000"
}

# No sounds

{
    "FFlagDebugRomarkMockingAudioDevices": "True"
}