// MPropertyFriendlyName = TESTBED: Decaying Sine Wave Container// MPropertyDescription = Only text params, renders in real timeclass CVoiceContainerDecayingSineWave : publicCVoiceContainerGenerator{public: // MPropertyFriendlyName = Frequency (Hz) // MPropertyDescription = The frequency of this sine tone. float32 m_flFrequency; // MPropertyFriendlyName = Decay Time (Seconds) // MPropertyDescription = The frequency of this sine tone. float32 m_flDecayTime;};