Reusing Audacity source code
I would like to ask, has a开发者_如何学Cnyone 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.
精彩评论