通过麦克风输入发送蜂鸣声

发布于 2024-12-17 18:15:43 字数 180 浏览 3 评论 0原文

是一种创建程序(用 C(+,++,#) 或 VB.net 编写)的方法,该程序能够通过用于 audacity(不是立体声混音)的同一线路输入发送蜂鸣声?

我正在尝试找到一种同步两个不同程序的音频和视频的方法,就像电影中无聊的拍板一样。

是否有一种方法可以使用某种可以创建的麦克风增强功能,因为它们会影响麦克风输入?

Is a way of creating a program (either in C(+,++,#) or VB.net) that would be able to send a beep sound through the same line-in that is being used for audacity (not stereo mix)?

I am trying to make a way of syncing up audio and video from 2 different programs, in a similar way that a clapper bored works in the movies.

Would there be a way of using a sort of microphone enhancement that could be created because they affect the microphone input?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暗藏城府 2024-12-24 18:15:43

我假设您正在尝试实现类似 http://www.singularsoftware.com/pluraleyes.html然后呢?我认为最好的方法是为 Audacity 编写一个 VST/LADSPA 插件,插入同步的蜂鸣声时间码流(或您要同步的任何内容)。

有一个名为 VST.NET 的简洁小库,允许您使用标准 C#/VB 编写 VST 插件。 NET,如果你愿意的话。

I assume you're trying to implement something like http://www.singularsoftware.com/pluraleyes.html then? I think the best way would be to write a VST/LADSPA plug-in for Audacity that inserts the beeps synced to a timecode stream (or whatever you're syncing to).

There's a neat little library called VST.NET that allows you to write VST plug-ins in standard C#/VB.NET if you like.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文