Page 1 of 1

How to reuse Audacity for other projects

Posted: Sat Mar 19, 2011 3:58 am
by xeroinfinite
Hello all,
I would like to reuse Audacity's functions for playing, recording and displaying the waveform. However, I am not sure how to do it as it integrates with wxwidgets. I am building a C# windows application and I am trying to compile Audacity into a dll so that I can integrate it into my program. Any help? Thanks a lot.

Re: How to reuse Audacity for other projects

Posted: Sat Mar 19, 2011 7:12 pm
by Gale Andrews
xeroinfinite wrote:I would like to reuse Audacity's functions for playing, recording and displaying the waveform. However, I am not sure how to do it as it integrates with wxwidgets. I am building a C# windows application and I am trying to compile Audacity into a dll so that I can integrate it into my program.
To get a definitive answer on what you can do if your application does not use wxWidgets, your best bet would be to ask on the developers' mailing list. Note that Widgets uses C++ and your whole application will have to be licensed under GPL unless you offer the dll separately under its own GPL licence.



Gale

Re: How to reuse Audacity for other projects

Posted: Sun Mar 20, 2011 7:21 am
by xeroinfinite
Will do, thanks!