Search found 59476 matches

by steve
Sun Mar 10, 2013 10:09 pm
Forum: Audio Processing
Topic: Overlapping in FFT analysis
Replies: 7
Views: 2674

Re: Overlapping in FFT analysis

This is not my area of expertise, but it looks to me like a 50% (100%) overlap. What do you think it is?
fonon wrote:
Plot Spectrum analyzes the selected audio, up to the first 10485760 samples.
Thank You for explanation. It isn't a good idea.
Please explain.
by steve
Sun Mar 10, 2013 1:44 am
Forum: Windows
Topic: Elapsed time
Replies: 6
Views: 1228

Re: Elapsed time

weejams wrote:All are blaming the WMP for the problem.
Does this problem occur in any other CD burning program?
I've never seen this problem in Roxio, Nero, CDBurnerXP, Bressero or Amarok.
by steve
Sun Mar 10, 2013 1:19 am
Forum: Windows
Topic: Plugins so not show under effects[SOLVED]
Replies: 2
Views: 459

Re: Plugins so not show under effects

I presume that you have the "Enable > VST" and "Display VST in graphical mode" enabled? 64 bit VSTs and VSTi (VST instruments) are not supported by Audacity. There's a couple of items in the FAQ to look at: http://manual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins#vst_inst...
by steve
Sat Mar 09, 2013 10:15 pm
Forum: Audio Processing
Topic: Overlapping in FFT analysis
Replies: 7
Views: 2674

Re: Overlapping in FFT analysis

The manual contains the sentence: "currently only the first 237.8 seconds of selected audio can be analyzed" That is an inaccuracy in the manual which has been corrected in the 2.0.4 manual. The limit is actually 10485760 samples (237.8 seconds at 44100 Hz sample rate). I'm not sure what ...
by steve
Sat Mar 09, 2013 1:45 pm
Forum: Windows
Topic: Fixing AVFORMAT not
Replies: 2
Views: 767

Re: Fixing AVFORMAT not

It's not really an "error". FFMpeg can be built in different ways, monolithic or not monolithic. The "error" is that Audacity is unable to load the monolithic build of FFMpeg (because you don't have it). When that fails, Audacity looks for a non-monolithic build (which you do hav...
by steve
Sat Mar 09, 2013 1:36 pm
Forum: Windows
Topic: Importing text as audio/exporting audio as text
Replies: 24
Views: 123708

Re: Importing text as audio/exporting audio as text

Thanks for testing Gale.
Getting it to work with stereo tracks is providing a headache, but when I get that sorted I'll look to making this user friendly ;)
by steve
Fri Mar 08, 2013 8:17 pm
Forum: Windows
Topic: screech or whine or squeal thing
Replies: 10
Views: 2020

Re: screech or whine or squeal thing

What are you trying to record?
Is this on a laptop computer?
How do you hear the screech, through headphones or through speakers?

Look in the Transport menu and check that "Software Playthrough" is not enabled (not selected).
by steve
Fri Mar 08, 2013 8:09 pm
Forum: Windows
Topic: Phasing/Flanging Issue with 2.0.3 on Vista
Replies: 11
Views: 1920

Re: Phasing/Flanging Issue with 2.0.3 on Vista

wouldn't this indicate a problem with the the way Audacity is processing the incoming signal during recording? No,simply because Audacity does not process the incoming signal. Whatever data Audacity receives is the data that gets written to the track. However it probably does indicate a problem som...
by steve
Fri Mar 08, 2013 7:58 pm
Forum: Windows
Topic: problems recording acoustic piano
Replies: 3
Views: 635

Re: problems recording acoustic piano

Usually "microphone array," refers to the built-in microphones in a laptop or touchpad computer, especially when there is more than one microphone (an "array" of 2 or more microphones) built in. However, you can't take that for gospel as Windows sometimes identifies audio devices...
by steve
Fri Mar 08, 2013 5:29 pm
Forum: Feature Request Archive
Topic: How to increase FFT resolution?
Replies: 22
Views: 10376

Re: How to increase FFT resolution?

Update: The patch that I submitted has passed preliminary testing and has been marked as "patch_ready". The next step is "code review" by one of the developers, which involves checking that the code tackles the issue in the correct way and meets coding standards (it's a simple pa...