Search found 1327 matches

by Edgar
Tue Feb 26, 2013 12:35 am
Forum: Feature Request Archive
Topic: WIP: Enhancing Multichannel / Fix Single Channel Recording
Replies: 13
Views: 9286

Re: WIP: Enhancing Multichannel / Fix Single Channel Recordi

Hi Sven! My name is Ed Musgrove and I saw that Gale suggested that I might be able to help you in beta testing your work. I am an active member of Audacity's manual editors team and I have also had a small amount of code committed in re. bug fixes. I compile Audacity from SVN HEAD frequently and als...
by Edgar
Fri Feb 01, 2013 11:20 pm
Forum: Windows
Topic: wav files connot be handled by CD burining apps
Replies: 4
Views: 560

Re: wav files connot be handled by CD burining apps

MediaMonkey happily uses Audacity's 32-bit WAV files to create CDs which play just fine in all my CD players (some very old boomboxes, some fairly new automotive in-dash units etc.).
by Edgar
Sat Jan 26, 2013 12:32 am
Forum: Windows
Topic: Will 2.0.03 measure seconds to 6 decimal places?
Replies: 22
Views: 2918

Re: Will 2.0.03 measure seconds to 6 decimal places?

hh:mm:ss + microseconds? I think that's what most want (what 1.2.6 had). Therein lies the rub! My guess is that anyone interested in examining the seconds out to six decimal points will not be looking at audio that is many hours long. My personal choice would probably be mmmm:ss + micro (i.e. 4 pla...
by Edgar
Fri Jan 25, 2013 11:42 pm
Forum: Windows
Topic: Will 2.0.03 measure seconds to 6 decimal places?
Replies: 22
Views: 2918

Re: Will 2.0.03 measure seconds to 6 decimal places?

I'm interested in the patch that inserts the new item in an appropriate place. A patch for a "user" would be a little bit different from a patch for a "Developer" <grin>. The current code makes it more difficult than necessary to insert new entries in the list because all of the...
by Edgar
Fri Jan 25, 2013 11:19 pm
Forum: Windows
Topic: Will 2.0.03 measure seconds to 6 decimal places?
Replies: 22
Views: 2918

Re: Will 2.0.03 measure seconds to 6 decimal places?

What have you added - hh:mm:ss + microseconds? I think that's what most want (what 1.2.6 had). Here is the current situation: sel203.png You will see that I have added a couple of additional "seconds + ..." entries and reordered the list so that they fall in the "appropriate" pl...
by Edgar
Fri Jan 25, 2013 7:54 pm
Forum: Windows
Topic: Will 2.0.03 measure seconds to 6 decimal places?
Replies: 22
Views: 2918

Re: Will 2.0.03 measure seconds to 6 decimal places?

It is "probably" a fairly simple code change if you wish to recompile Audacity yourself. It is only a few lines of new code if you are willing to add it to the bottom of the list but re-ordering the list so that the new choice "fits in" to its proper place adds a tiny bit more c...
by Edgar
Thu Jan 24, 2013 4:53 am
Forum: General Audio Programming
Topic: Where in code the length of current track can be found?
Replies: 2
Views: 7217

Re: Where in code the length of current track can be found?

Look for a variable:
t1
t0 is the beginning of the selection and t1 is the end of the selection; if the entire track is selected then
t0 = 0
(time zero) and
t1 = ( the timestamp of the final sample)
by Edgar
Wed Jan 16, 2013 12:16 am
Forum: Audio Processing
Topic: Analyzing DC Offset
Replies: 10
Views: 5681

Re: Analyzing DC Offset

I need some documentation for that new DC offset removal tool. The first control "Apply or remove…" would seem obvious until you see the third option "remove then add". It also begs the question "why would I add offset" unless the implication is that "if the offset...
by Edgar
Tue Jan 15, 2013 10:10 pm
Forum: Audio Processing
Topic: Analyzing DC Offset
Replies: 10
Views: 5681

Re: Analyzing DC Offset

Steve, thanks for the detailed info and the tools. I wondered if it was (my) operator error--in this case a failure to understand the details <grin>!
by Edgar
Tue Jan 15, 2013 7:15 pm
Forum: Audio Processing
Topic: Analyzing DC Offset
Replies: 10
Views: 5681

Re: Analyzing DC Offset

The Normalize effect is supposed to analyze and remove DC offset at the users request; in my recent tests on 2.0 and newer Audacitys this does not seem to be working properly. What's the problem? Can you give steps to reproduce the issue? Hi Steve! The following is the exact text from an email I se...