摘要:
#ifndef __WWAVEHELPER_H__#define __WWAVEHELPER_H__#if !WINDOWS_SYSTEM#error only windows system supported#endif#include #pragma comment(lib, "winmm.li... 阅读全文
摘要:
#include #include #include /** some good values for block size and count*/#define BLOCK_SIZE 8192#define BLOCK_COUNT 20/** function prototypes*/ stati... 阅读全文