在 MS Access 中录制和播放音频
我一直在寻找高处和低处,并处于绝望的边缘。我想要完成的是简单地从麦克风录制音频,将其保存到文件中,然后播放。我尝试过的事情:
- 命令行录音。我找到了几个选择,但没有一个可以让我开始工作。
- http://support.microsoft.com/kb/210067 我认为这在 XP 中可以工作,但是不适用于 Vista/7。
- http://www.experts-exchange.com/Software /Office_Productivity/Office_Suites/MS_Office/Excel/Q_26416850.html(您可以通过点击 这里 然后这是我的第五次失败。)该解决方案运行顺利,但从未记录任何内容。
就像我说的,我对任何可以使用任何人能想到的可怕技巧实现自动化的事情都持开放态度。有什么建议吗? 来吧,你可以再次拯救我......:-)
I have been searching high and low and am at the point of desperation. What I am trying to accomplish is to simply record audio from the microphone, save it to a file and then play it back. Things I have tried:
- Command line audio recording. I found a couple options but NONE that I could get to work.
- http://support.microsoft.com/kb/210067 I think this would work in XP but not on Vista/7.
- http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Q_26416850.html (You can get the full thing by clicking Here then it was the 5th one down for me.) This solution runs without a hitch but never records anything.
Like I said, I am open to about anything that I can automate using any terrible tricks anyone can think of. Any suggestions? Come on SO, you can save me again... :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道这是一篇旧文章,但在寻找使用 vba 录制音频的解决方案时,我多次登陆此处。我终于在 http://www.vbarchiv.net 上找到了解决方案,我想分享一下:
将其放入模块中,将其命名为 sndmodule:
在代码中,您可以像这样使用它:
I know this is an old post, but I landed here several times in my search for a solution to record audio with vba. I finally found a solution on http://www.vbarchiv.net I would like to share:
Put this in a module, lets name it sndmodule:
In your code you can use it like this:
也许这会有所帮助:
http://www.ehow.com/how_7889013_use- vba-access-capture-audio.html
Maby this will help:
http://www.ehow.com/how_7889013_use-vba-access-capture-audio.html