/** * Ò¶º£»Ô * QQȺ121376426 * http://blog.yundiantech.com/ */ #ifndef PCMVOLUMECONTROL_H #define PCMVOLUMECONTROL_H class PcmVolumeControl { public: PcmVolumeControl(); ///bufΪÐèÒªµ÷½ÚÒôÁ¿µÄÒôƵÊý¾Ý¿éÊ×µØÖ·Ö¸Õ룬sizeΪ³¤¶È£¬uRepeatÎªÖØ¸´´ÎÊý£¬Í¨³£ÉèΪ1£¬volΪÔöÒæ±¶Êý,¿ÉÒÔСÓÚ1 static void RaiseVolume(char* buf, int size, int uRepeat, double vol); }; #endif // PCMVOLUMECONTROL_H