Search found 11 matches

by SlavaSlave
Fri Dec 06, 2013 6:06 pm
Forum: General Audio Programming
Topic: Getting Started Hacking
Replies: 6
Views: 7253

Re: Getting Started Hacking

Our modified audacity will be downloaded by the user (with proper credits) If you've not already done so, you will find it useful to carefully read these links regarding licensing: http://audacityteam.org/download/bundlers http://audacityteam.org/about/license I would also recommend that when you h...
by SlavaSlave
Thu Dec 05, 2013 12:21 pm
Forum: General Audio Programming
Topic: Getting Started Hacking
Replies: 6
Views: 7253

Re: Getting Started Hacking

This is that project, but the architecture has changed. We gave up on processing on a server due to cost constraints and power constraints. Now the goal is to essentially hold a database for completed songs and something like a repository for incomplete(unpublished) songs. Our modified audacity will...
by SlavaSlave
Wed Dec 04, 2013 12:24 pm
Forum: General Audio Programming
Topic: Getting Started Hacking
Replies: 6
Views: 7253

Re: Getting Started Hacking

Yes this is what I mean. I do not want to do editing in real-time but will offer a sort of check-out system like SVN or Git. Nobody has said anything about the possibility of this, I know it is a very ambitious project, but I am part of a very ambitious team. The goal is to have the site open tracks...
by SlavaSlave
Wed Dec 04, 2013 2:24 am
Forum: General Audio Programming
Topic: Getting Started Hacking
Replies: 6
Views: 7253

Getting Started Hacking

Okay guys, with the help of some people on this forum a couple weeks ago I managed to compile Audacity 2.0.4 on windows. Now the real work has begun and I have spent many hours pouring through source code and documentation on the wiki and wherever links have led me. I searched this forum to no avail...
by SlavaSlave
Sat Nov 16, 2013 8:21 pm
Forum: Compiling Audacity
Topic: LINKER errors
Replies: 8
Views: 3539

Re: LINKER errors

Compiled Successfully! thank you so much for your help Edgar.
by SlavaSlave
Wed Nov 13, 2013 11:57 pm
Forum: Compiling Audacity
Topic: LINKER errors
Replies: 8
Views: 3539

Re: LINKER errors

Great! Keep us posted, we will get you there. Edgar! im almost there, however i am getting a bunch of wx/*.h: no such file or directory errors. I have followed the tutorial exactly and i am a bit worried about just fooling around. Have you seen this before? I figure it is probably as simple as modi...
by SlavaSlave
Thu Nov 07, 2013 1:17 pm
Forum: Compiling Audacity
Topic: LINKER errors
Replies: 8
Views: 3539

Re: LINKER errors

First, you have the wrong wxWidgets build, you have 2.6 and you need 2.8; this is absolutely mandatory. If it cannot find any of the wxWidgets libraries then you probably do not have your wxWidgets path added properly. Doing this is different on the various operating systems so… Second, you don't t...
by SlavaSlave
Thu Nov 07, 2013 3:26 am
Forum: Compiling Audacity
Topic: LINKER errors
Replies: 8
Views: 3539

LINKER errors

Ok, so i took the advise of a poster and upgraded to the current audacity, installed/compiled wxwidgets and am not compiling audacity. I had the issue thats in the wiki "wx*26ud.lib not found". I definitely compiled wxwidgets in unicode debug however the lib files i have are all not signed with the ...
by SlavaSlave
Mon Oct 21, 2013 9:40 pm
Forum: Compiling Audacity
Topic: Compiling Audacity 1.0.0 with wxWidgets 2.8.12
Replies: 4
Views: 2112

Re: Compiling Audacity 1.0.0 with wxWidgets 2.8.12

I want to use the less robust version so not to alienate less experienced users. This will tie in with another project.

Is it easier to compile v2.0.4 and hide features?
by SlavaSlave
Mon Oct 21, 2013 8:26 pm
Forum: Compiling Audacity
Topic: Compiling Audacity 1.0.0 with wxWidgets 2.8.12
Replies: 4
Views: 2112

Re: Compiling Audacity 1.0.0 with wxWidgets 2.8.12

My goal was to get a simpler engine than the newest audacity, I am developing a website that will use audacity for collaborative music development and I wanted to start with a simpler audio engine to appeal to less experienced musicians. If there is an easy way to hide functionality with audacity 2....