Audacity 奈奎斯特插件
我正在使用 Audacity 并一直在尝试用和声生成音调。 Audacity似乎不直接支持它,但你可以编写一个插件来做到这一点。这些插件是用 Nyquist(lisp 的一种变体)编写的,此处有一个小教程。我没有任何 lisp 的经验,只是想写一些类似于 Audacity 中带有谐波字段的“生成 -> 音调”功能的东西。有人有一个生成插件的简单示例可供我用作示例吗? Audacity 附带的插件大多是“处理”类型,少数“生成”插件不是很简单。
I am playing around with Audacity and have been trying to generate tones with harmonics. Audacity does not seem to support it directly, but you can write a plugin to do it. The plugins are written in Nyquist (a variant of lisp) and there a small tutorial here. I do not have any experience with lisp and just want to write something similiar to the "Generate -> Tone" feature in Audacity with a harmonics field. Anyone have a simple example for a generate plug-in that I can use as an example? The plugins that come with Audacity are mostly "processing" types and the few "generate" plugins are not very straightforward.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 嗡嗡声 示例。 sourceforge.net/download/nyquistplugins" rel="nofollow noreferrer">Audacity 的示例奈奎斯特插件(位于 Sourceforge)。我从未编写过其中之一,但这个例子似乎很有意义。
另请参阅按键音。
Try the Buzz Tone example from the Sample Nyquist plugins for Audacity(at Sourceforge). I've never coded one of these, yet this example seems to make sense.
Also see Touch Tones.