class CSoundEnvelope
{
public:
    float32 m_current;
    float32 m_target;
    float32 m_rate;
    bool m_forceupdate;
};