Search found 10 matches

by FTF
Mon Jul 06, 2015 2:10 pm
Forum: General Audio Programming
Topic: Compiling Audacity on vs2008
Replies: 2
Views: 1061

Re: Compiling Audacity on vs2008

Thanks Gale :)

Yeap I am using the 2008 sln file from the right path.
I will try the later version and see if that works.

Thanks
FTF
by FTF
Mon Jul 06, 2015 2:07 pm
Forum: General Audio Programming
Topic: Run Audacity without GUI
Replies: 5
Views: 1846

Re: Run Audacity without GUI

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...
by FTF
Fri Jul 03, 2015 3:47 pm
Forum: General Audio Programming
Topic: Run Audacity without GUI
Replies: 5
Views: 1846

Re: Run Audacity without GUI

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...
by FTF
Fri Jul 03, 2015 3:36 pm
Forum: General Audio Programming
Topic: Compiling Audacity on vs2008
Replies: 2
Views: 1061

Compiling Audacity on vs2008

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...
by FTF
Fri Jul 03, 2015 12:07 pm
Forum: General Audio Programming
Topic: Run Audacity without GUI
Replies: 5
Views: 1846

Run Audacity without GUI

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...
by FTF
Fri Jul 03, 2015 12:02 pm
Forum: General Audio Programming
Topic: Debugging / reversing the play button to the play function
Replies: 2
Views: 1110

Re: Debugging / reversing the play button to the play functi

thanks :)

A bit difficult to follow where the actual, take a sound sample and play it is, but I am not a DSP guy either :)
by FTF
Tue Jun 30, 2015 12:46 pm
Forum: General Audio Programming
Topic: Debugging / reversing the play button to the play function
Replies: 2
Views: 1110

Debugging / reversing the play button to the play function

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...
by FTF
Fri Jun 26, 2015 12:57 pm
Forum: General Audio Programming
Topic: Debugging Audacity, learning how it imports audio
Replies: 3
Views: 1599

Re: Debugging Audacity, learning how it imports audio

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...
by FTF
Fri Jun 26, 2015 8:19 am
Forum: General Audio Programming
Topic: Debugging Audacity, learning how it imports audio
Replies: 3
Views: 1599

Re: Debugging Audacity, learning how it imports audio

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...
by FTF
Thu Jun 25, 2015 9:07 am
Forum: General Audio Programming
Topic: Debugging Audacity, learning how it imports audio
Replies: 3
Views: 1599

Debugging Audacity, learning how it imports audio

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...