重用 Audacity 源代码
我想问一下,有谁在自己的程序中成功地重用了Audacity的源代码吗?我试图重用Audacity的播放、记录和显示波形功能,但由于它与wxwidgets的关联,不知道该怎么做。我在思考几个概念: 1. 将整个 Audacity 编译为 dll 并在我的 C# 程序中调用它。(可能吗?) 2. 将播放、记录、显示波形的函数提取出来,编译成dll,在我的C#程序中使用。 请指教。谢谢。
I would like to ask, has anyone successfully reused Audacity's source code in their own program? I am trying to reuse the playing, recording and displaying waveform function of Audacity, but do not know how to do so because of its association with wxwidgets. I am thinking of a few concepts:
1. Compile the whole Audacity as a dll and call it in my C# program.(is it possible?)
2. Extract out the functions of playing, recording and displaying waveform and compile them into dll to be used in my C# program.
Please advise. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论