Hi Gale Thanks for the advice and help. I am trying to learn about audio and codecs and how it all works, there is no commercial application. I just want to figure out how to do what I wanted. Which was to control Audacity my self, as that could be quiete cool. About all the licenses stuff. I am a p...
I have been reversing Audacity for a while What does that mean? :? Reverse engineer, meaning just reading and debugging the code to figure out how it all works is it possible to run Audacity with the gui or just hide the GUI. I am looking into implementing the engine of Audacity into another fronte...
Hi again I am following http://wiki.audacityteam.org/wiki/Developing_On_Windows to try to compile Audacity using vs2008, I need to as the program I want to use Audacity in uses vs2008. However I get a compiler error 24>Project : error PRJ0019: A tool returned an error code from "Copying bug" 24>Proj...
Hi I have been reversing Audacity for a while and getting to grisp with it. is it possible to run Audacity with the gui or just hide the GUI. I am looking into implementing the engine of Audacity into another frontend and program. I would also like to be able to control the execution (start up and i...
Hi As I am reversing Audacity further to understand how it works, I am now trying to figure out the process from you hit play button to actually playing the stream. Can anyone tell me how the calls are, just for say any simple audio file that is allready loaded. I am interested to seeing the functio...
For others who might be following I just found out that Audacity has a log :) Help -> Show log So there I will be able to follow the whole process and debug how it all works, but I dont have to only step through code now. Then what I can do is search the whole project for those strings, so I will ge...
Hi FTF, Audacity uses a number of libraries for importing, notably libsndfile (http://www.mega-nerd.com/libsndfile/) for most of the natively supported audio formats, and the optional FFmpeg library for many other formats including video formats (though Audacity only extracts the audio streams from...
Hi All I am new to Audacity and this forum, nice to meet you all. I have a debug setup in windows and I am trying to figure out how Audacity works with regards to importing audio. The progress from you select a file till its open in Audacity. I am interested in understanding where the demuxer or spl...