Search found 59476 matches

by steve
Sun Apr 01, 2012 12:28 am
Forum: Windows
Topic: Changing the length of silence
Replies: 5
Views: 1701

Re: Changing the length of silence

gideonrv wrote:I need a chain for batch processing, that changes the length of the initial silence of a file to 500 ms, and the final silence to 1000.

Is it possible, and how?
How long is the initial/final silence? Are you needing to add silence, or reduce the amount of silence?
by steve
Sun Apr 01, 2012 12:02 am
Forum: macOS
Topic: interface input activation
Replies: 4
Views: 2461

Re: interface input activation

So what I'm trying to do is record through a single device that has 8 mic inputs and I want to assign each one of those channels to individual tracks on Audacity and use them simultaneously to record a drum kit, but your saying you can't do this with Audacity, correct? No, what I'm saying is that y...
by steve
Sat Mar 31, 2012 5:40 pm
Forum: Audio Processing
Topic: Noob Question
Replies: 5
Views: 888

Re: Noob Question

You will need to be a lot more descriptive.
Start with which version of Audacity and what operating system, then go on to describe exactly what you are doing and what is happening. Remember that we can't see your computer.
by steve
Sat Mar 31, 2012 5:34 pm
Forum: Windows
Topic: ADPCM Help
Replies: 9
Views: 7020

Re: ADPCM Help

I know there are a few different varieties of ADPCM so maybe I can download a codec from someplace? The problem with .RAW files is that they are "headerless". That is, they contain only the data and no information about what the actual data format is. If you don't already know the format ...
by steve
Sat Mar 31, 2012 2:41 pm
Forum: Audio Processing
Topic: Submit your EQ Curves
Replies: 170
Views: 148057

Re: Submit your EQ Curves

I got the EQ program listed elsewhere here What problem is that? it has a problem with JAVA and won't start What has a problem with JAVA? What does this have to do with EQ Curves? After a hard drive crash I find I can no longer get to the EQ list on 1.13.13, probably because of 2.0.0 presence Are y...
by steve
Fri Mar 30, 2012 1:58 pm
Forum: Audio Processing
Topic: Units of vertical axis -1.0....0.0....1.0? Switch to db?
Replies: 7
Views: 4980

Re: Units of vertical axis -1.0....0.0....1.0? Switch to db?

I want to say that the default Cool Edit display is log. Virtually every other audio editor and DAW displays a dB scale against a "normal" display. As many effects in Audacity use a dB scale I think it would be a very useful addition and I expect many users would want to set it as the def...
by steve
Fri Mar 30, 2012 12:43 pm
Forum: Audio Processing
Topic: Units of vertical axis -1.0....0.0....1.0? Switch to db?
Replies: 7
Views: 4980

Re: Units of vertical axis -1.0....0.0....1.0? Switch to db?

I notice in the Audacity wiki Feature Requests page http://wiki.audacityteam.org/wiki/Feature_Requests#New.2FModified_other_GUI_elements there are these feature requests: New "Waveform (Linear)" view with Logarithmic Scale then one can look at a sine wave without distortion. Also Audacity ...
by steve
Fri Mar 30, 2012 12:10 pm
Forum: Audio Processing
Topic: Units of vertical axis -1.0....0.0....1.0? Switch to db?
Replies: 7
Views: 4980

Re: Units of vertical axis -1.0....0.0....1.0? Switch to db?

A more geeky answer is that the number represents the actual numerical value of the samples as represented within Audacity (float format). If you run the following code in the Nyquist Prompt effect (Effect menu), it will print the numerical value of the first sample in the selected audio (mono track...
by steve
Fri Mar 30, 2012 11:55 am
Forum: Windows
Topic: Audacity freezes during Export to Nero AAC
Replies: 3
Views: 4643

Re: Audacity freezes during Export to Nero AAC

As I understand it, Audacity is not (yet) multi-processor aware and most processing tasks are done in a single thread. Implementing full multiprocessor support would require a major rewrite of the Audacity code, but the developers priority has been on fixing bugs and releasing Audacity 2 rather than...