Search found 3 matches
- Sun Mar 20, 2011 7:21 am
- Forum: Windows
- Topic: How to reuse Audacity for other projects
- Replies: 2
- Views: 951
Re: How to reuse Audacity for other projects
Will do, thanks!
- Sat Mar 19, 2011 5:27 am
- Forum: General Audio Programming
- Topic: Filter SourceCode in Audacity
- Replies: 3
- Views: 2084
Re: Filter SourceCode in Audacity
What about the codes for playing, recording and displaying the waveform? Since it's integrated with wxwidgets, can I actually implement it in my own C# program without having to use wxwidgets event handlers? Thanks.
- Sat Mar 19, 2011 3:58 am
- Forum: Windows
- Topic: How to reuse Audacity for other projects
- Replies: 2
- Views: 951
How to reuse Audacity for other projects
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 prog...