Search found 3 matches

by Enedrox
Fri Jul 12, 2013 1:54 pm
Forum: General Audio Programming
Topic: Reading Audacity Projects
Replies: 8
Views: 6258

Re: Reading Audacity Projects

The analysis however will be done in C++, hence why I was trying to find a way of easily opening an Audacity project and reading the data. I know how to export the data from the Audacity GUI.
by Enedrox
Fri Jul 12, 2013 1:39 pm
Forum: General Audio Programming
Topic: Reading Audacity Projects
Replies: 8
Views: 6258

Re: Reading Audacity Projects

Well, I'm only getting started and am not completely sure of all the details yet, but it will surely involve a few Fourier transforms, comparisons between the channels, ... I just need easy and fairly "transparent" access to the data. Converting to wav files is alright, but they are such large files...
by Enedrox
Fri Jul 12, 2013 1:19 pm
Forum: General Audio Programming
Topic: Reading Audacity Projects
Replies: 8
Views: 6258

Reading Audacity Projects

I have a few very large audacity projects (1-2 hours each, 8 mono tracks) which I would like to open and analyse in C++. I have been trying to go through the source code and finding a simple way of reading these projects, but so far in vain.

Could someone point me on the right track?

Thanks