开发者

Capture/Record windows sound

开发者 https://www.devze.com 2023-01-29 18:52 出处:网络
I need to record the sounds on windows. I need to write to stream what I hear from speake开发者_StackOverflow中文版rs.

I need to record the sounds on windows. I need to write to stream what I hear from speake开发者_StackOverflow中文版rs. What means/API can I rely on?


You may be able to make use of DirectSound; a sample can be found here which is working against a mic. The CaptureDevicesCollection should have a reference to the needed device you want to capture audio from to change from a mic to something else.

0

精彩评论

暂无评论...
验证码 换一张
取 消