Re: [Audacity-devel] (no subject)
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
From: Richard A. <ri...@au...> - 2008-12-12 21:56:27
|
On Wed, 2008-12-10 at 19:46 -0800, hazel jane eroy wrote: > hi, good day. > > i am having my thesis by now which is the 'vocal range recognition > plug-in'. this will be added to the features of audacity. the plug-in > will recognize the vocal range(soprano, alto, etc.) of the user, from > a pre-recorded voice. > > i have some of the source codes needed for my study which i got from > your forum. i would like to ask on what compiler should i use to > compile those codes? what language will i use to continue with this > project? i am more comfortable with c++. and how to start my > implementation.? As you don't tell us what code you have downloaded or what platform you are developing on it is impossible to say what compiler you need. For compiling Audacity you can try looking at the information on our wiki: http://www.audacityteam.org/wiki/index.php?title=Developer_Guide If you are writing code for inclusion on core Audacity then it will have to be in C++. Plug-ins for the LADSPA plug-in interface can be written in any language that can be used to create a standard dynamically linked shared library. Richard Ash |