Search found 1326 matches

by Edgar
Sun Apr 17, 2011 4:11 pm
Forum: Windows
Topic: update oggvorbis dll
Replies: 4
Views: 571

Re: update oggvorbis dll

from lib-srcliboggincludeoggogg.h: /******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS...
by Edgar
Sun Apr 17, 2011 3:33 pm
Forum: Windows
Topic: Storage problem v 1.3.13-beta
Replies: 20
Views: 3969

Re: Storage problem v 1.3.13-beta

In "audacity 1.3.13 (ANSI)" I opened an existing wav-file. This file containes the characters "°" and "ü" within the "Metadaten Editor...". Hello Dieter! What application was used to create the metadata in the WAV file in the first place? Would you be willing to attach this WAV file? You could dele...
by Edgar
Sat Apr 16, 2011 7:19 pm
Forum: Compiling Audacity
Topic: Visual Studio 2010 Pro
Replies: 13
Views: 6230

Re: Visual Studio 2010 Pro

Well, I gave in and compiled in VS 2008 Express, but I'm still working on getting it done in 2010 (I have 2010 Pro) since I got it down to 4 failures, just too close to stop now. If anyone else is trying to get Audacity compiled in VS 2010, post your experience and we'll compare notes. Post (or PM ...
by Edgar
Sat Apr 16, 2011 2:40 pm
Forum: Compiling Audacity
Topic: How to use C++ Audacity source in C?
Replies: 5
Views: 2851

Re: How to use C++ Audacity source in C?

What C compiler are you folks using that does not compile C++? C is a sub-set of C++--any C++ compiler will compile C. I find it hard to believe that any school is teaching C only in lieu of C++! Still, as I said in my first reply, even if the OP wants to stick with C, the Audacity code will compile...
by Edgar
Fri Apr 15, 2011 11:27 pm
Forum: Compiling Audacity
Topic: How to use C++ Audacity source in C?
Replies: 5
Views: 2851

Re: How to use C++ Audacity source in C?

C has not been used much in 20 years or so. Why are you sticking with C? Unless your compiler is that old it will compile the .cpp files and c++ code just fine. Give it a try.
by Edgar
Fri Apr 15, 2011 3:54 am
Forum: Mac OS X
Topic: Audacity for Macs and silence Generator
Replies: 19
Views: 7179

Re: Audacity for Macs and silence Generator

(thinks.... did Edgar make a code modification/patch for that?) Steve--in reply to your PM...maybe I did write a patch, I looked back through the ones I still have but there are so many and I know I did not save everything in the early days (I do now). Anyway, the solution is simple code-wise, but ...
by Edgar
Tue Apr 12, 2011 9:54 pm
Forum: Compiling Audacity
Topic: Visual Studio 2010 Pro and Linux IDEs
Replies: 4
Views: 3668

Re: Visual Studio 2010 Pro

I tried Anjuta and KDE (settled on KDE because it's debugger better suited me) and they "work" but as there is no current Audacity project/solution for either (I saw a VERY old project somewhere) it would be many hours (if not days) of work setting up an Audacity project/solution with all the depend...
by Edgar
Tue Apr 12, 2011 8:02 pm
Forum: Compiling Audacity
Topic: Visual Studio 2010 Pro
Replies: 13
Views: 6230

Re: Visual Studio 2010 Pro

@ Steve -- After installing Linux and using it for the first time last month (at your request) I agree that (after learning the ins-and-outs of package management) the first compile of both wxWidgets and Audacity was a breeze. However, thereafter the lack of an IDE on Linux for Audacity makes life m...
by Edgar
Tue Apr 12, 2011 7:37 pm
Forum: Compiling Audacity
Topic: taglib missing from 1.3.13 source code
Replies: 8
Views: 3134

Re: taglib missing from 1.3.13 source code

taglib is required and is in the lib-src folder. You should delete your SVN HEAD folder, create a new folder and check out again to the new folder.
by Edgar
Tue Apr 12, 2011 12:05 am
Forum: Compiling Audacity
Topic: Visual Studio 2010 Pro
Replies: 13
Views: 6230

Re: Visual Studio 2010 Pro

Thank you for the insight ... I'll keep in touch. Feel free to ask questions--I am sure I can get you up to speed compiling both wxWidgets and Audacity. As with all things digitally logical there is a very specific sequence to follow and once accomplished you smack your forehead and say "Boy, I rea...