windows 下wav采集音频

转自:https://www.2cto.com/kf/201406/309391.html #include "stdafx.h" #include <stdio.h>  #include <windows.h>  #pragma comment(lib, "winmm.lib" )    HWAVEIN hWaveIn;  //输入设备 WAVEFORMATEX waveform; //采集音频
相关文章
相关标签/搜索