摘要: 以下是C++使用 waveInOpen录音功能的基本示例代码: #include <windows.h> #include <mmsystem.h> // 回调函数,处理录音数据 void CALLBACK waveInProc(HWAVEIN hwi, UINT uMsg, DWORD_PTR d 阅读全文
posted @ 2025-03-16 13:28 老夫写代码 阅读(49) 评论(0) 推荐(0)