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.
How to reuse Audacity for other projects
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.
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.
-
xeroinfinite
- Posts: 3
- Joined: Sat Mar 19, 2011 3:54 am
- Operating System: Please select
-
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
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.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.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * 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
Will do, thanks!