通过麦克风输入发送蜂鸣声
是一种创建程序(用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您正在尝试实现类似 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.