Search found 1327 matches

by Edgar
Tue Oct 23, 2012 5:50 pm
Forum: Compiling Audacity
Topic: Which Windows SDK?
Replies: 21
Views: 12636

Re: Which Windows SDK?

Is there any chance you are not compiling the whole "solution" (and only building the Audacity "project")? This error is what I would expect to occur in that case. The simplest test is to start VC++, choose the Audacity "Unicode Debug" configuration then (from the toolb...
by Edgar
Tue Oct 23, 2012 5:17 pm
Forum: Compiling Audacity
Topic: Which Windows SDK?
Replies: 21
Views: 12636

Re: Which Windows SDK?

I keep getting an error in my attempt to build Audacity. c:usersmattdocumentsnew folderlib-srcffmpeglibavutilcommon.h(155) : warning C4244: 'return' : conversion from 'int64_t' to 'int32_t', possible loss of data [(warning repeated 3 times)...-Ed] Linking... LINK : fatal error LNK1181: cannot open ...
by Edgar
Mon Oct 22, 2012 4:51 pm
Forum: Compiling Audacity
Topic: Which Windows SDK?
Replies: 21
Views: 12636

Re: Which Windows SDK?

After a bit of searching I find you may still get the old SDK: http://www.microsoft.com/en-us/download/details.aspx?id=24826 but they strongly suggest otherwise! The service pack 1 for this SDK adds support for VC++ 2008 Express (which answers your original question). Hopefully the Audacity Develope...
by Edgar
Mon Oct 22, 2012 4:15 pm
Forum: Compiling Audacity
Topic: Which Windows SDK?
Replies: 21
Views: 12636

Re: Which Windows SDK?

I'm now at this part: You will also need the Microsoft SDK (software development kit). Which version you need depends on your operating system. Look here: Microsoft SDK Overview to get the appropriate version for your system. Be forewarned, this is a lengthy process with numerous reboots! Can anyon...
by Edgar
Thu Oct 04, 2012 4:58 pm
Forum: General Audio Programming
Topic: Generating a file/project name automatically
Replies: 2
Views: 2520

Re: Generating a file/project name automatically

Doing this is fairly simple once you have Audacity (and the necessary wxWidgets compiling). If you really have the urge, try getting the two to compile then ask me for help as you go. To get you started compiling, read this excruciatingly detailed step-by-step: http://www.hometownband.org/Audacity/C...
by Edgar
Mon Oct 01, 2012 3:49 pm
Forum: Windows
Topic: Automation From Excel
Replies: 4
Views: 554

Re: Automation From Excel

Audacity can be made to do this but it would take a lot of programming work. I suspect that (if not SoX) a VB/VC++ app, from scratch, might be easier to write than hacking the Audacity code. If you want to hack the Audacity code, most of what you need can be found here: http://forum.audacityteam.org...
by Edgar
Mon Sep 24, 2012 6:56 am
Forum: Windows
Topic: need to remove silence at end via script
Replies: 15
Views: 3122

Re: need to remove silence at end via script

However, would "truncate only start and end" be a useful addition to the shipped "Truncate Silence"? I think making "trim only the leading and trailing silence" (or some such wording) a checkbox within the current "Truncate Silence" effect could be very helpf...
by Edgar
Sun Sep 23, 2012 4:03 pm
Forum: Windows
Topic: need to remove silence at end via script
Replies: 15
Views: 3122

Re: need to remove silence at end via script

Perfect, works great; thanks!
by Edgar
Sat Sep 22, 2012 11:39 pm
Forum: Windows
Topic: need to remove silence at end via script
Replies: 15
Views: 3122

Re: need to remove silence at end via script

Gale Andrews wrote: Personally I would like to see that patch committed in the near future, then the Manual can be updated.
+1
by Edgar
Sat Sep 22, 2012 6:11 pm
Forum: Windows
Topic: need to remove silence at end via script
Replies: 15
Views: 3122

Re: need to remove silence at end via script

Thanks folks! though note that if there are silences within the part that you want to keep, they may also be truncated. If this is a problem, then you will need a different solution. That could very well be a problem as the kind of audio I am processing may well have internal, valid bits of silence ...