# Audio Related

# Allows you to change voice chat distance

added by @pixelyloaf

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

# Sounds use physical velocity and become distorted

added by @pixelyloaf

{
    "FFlagSoundsUsePhysicalVelocity": "True"
}

# Audio Occlusion

added by @pixelyloaf

{
    "FFlagDebugEnableDirectAudioOcclusion2": "True"
}

# Limit audios that are being played

added by @pixelyloaf

{
    "DFIntMaxLoadableAudioChannelCount": "1"
}

# Mess with voice chat volume

added by @pixelyloaf [!NOTE]

Default: 1000

{
    "DFIntVoiceChatVolumeThousandths" "100000"
}

# No sounds

added by @pixelyloaf

{
    "FFlagDebugRomarkMockingAudioDevices": "True"
}