DopplerPreset Asset
The dopplerpreset asset was added on Ghosts and appears to hold information pertaining to how sound changes from an object that is either moving away from, or toward the listener. There is not much known about the asset itself, other than that it is very simple.
struct DopplerPreset
{
const char * name;
char unknown[0x14];
};