How to reuse Audacity for other projects

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
xeroinfinite
Posts: 3
Joined: Sat Mar 19, 2011 3:54 am
Operating System: Please select

How to reuse Audacity for other projects

Post by xeroinfinite » Sat Mar 19, 2011 3:58 am

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.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: How to reuse Audacity for other projects

Post by Gale Andrews » Sat Mar 19, 2011 7:12 pm

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
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

xeroinfinite
Posts: 3
Joined: Sat Mar 19, 2011 3:54 am
Operating System: Please select

Re: How to reuse Audacity for other projects

Post by xeroinfinite » Sun Mar 20, 2011 7:21 am

Will do, thanks!

Locked