LPF Curve Asset
LPF likely stands for low-pass filter. This asset is only used in Ghosts. It uses the same structure as the sndcurve and reverbsendcurve asset.
struct LPFCurve
{
const char *filename;
unsigned __int16 knotCount;
vec2_t knots[16];
};