如何从声卡录制任何内容?
我想录制声卡中产生的任何声音。请帮忙,我可以在哪里获得免费软件组件或商业(试用)组件。德尔福7/2009
i would like to record any sounds produced in my soundcard. please help, where i can get a freeware component or commercial(trial). delphi7/2009
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我对 BASS 音频库 API 有着非常好的经验。
这是一个带有 C# 示例的论坛主题,但由于 BASS API 是程序性的, Delphi有一个很好的API接口,翻译得还不错。
——杰罗恩
I have very good experience with the BASS audio library API.
Here is a forum thread with C# example, but since the BASS API is procedural and there is a good Delphi API interface, it translates pretty OK.
--jeroen
http://blogs.msdn.com/b/matthew_van_eerde/archive/2008/12/16/sample-wasapi-loopback-capture-record-what-you-hear.aspx 可能有帮助
http://blogs.msdn.com/b/matthew_van_eerde/archive/2008/12/16/sample-wasapi-loopback-capture-record-what-you-hear.aspx might help
尝试http://sourceforge.net/projects/delphiasiovst/。有一个与 ASIO 驱动程序通信的组件。它非常易于使用,远远超过 DX 或 Windows 音频。
try http://sourceforge.net/projects/delphiasiovst/. there is a component to communicate with the ASIO driver. It's extremely easy to use, far more than DX or Windows audio.