Search found 59476 matches

by steve
Mon May 05, 2014 7:22 pm
Forum: New Plug-Ins
Topic: AM and FM Tone Generators
Replies: 20
Views: 17235

Re: AM and FM Tone Generators

JoeDunai wrote:I am not sure whether it will do any good for my purpose.
So let's get to the crux. What is "your purpose"?
by steve
Mon May 05, 2014 10:38 am
Forum: macOS
Topic: How to change MP3 Export Bit Rate [SOLVED]
Replies: 2
Views: 1928

Re: Export Bitrate in MP3

In the Export dialogue, click on the "Options" button.
See here for more details: http://manual.audacityteam.org/o/man/fi ... ialog.html
by steve
Mon May 05, 2014 10:00 am
Forum: Audio Processing
Topic: How change X-axis range in Spectrum Analysis Plot
Replies: 12
Views: 4067

Re: How change X-axis range in Spectrum Analysis Plot

Bad idea, this introduces an artificial periodicity/comb effect. I can see that effect if I use hundreds of repeats, but we're talking about just two or three repeats. With only three repeats the effect seems negligible, or can you demonstrate that there could be a significant effect? As an example...
by steve
Mon May 05, 2014 2:06 am
Forum: Windows
Topic: Turn Off Microphone for on-line reecording
Replies: 3
Views: 992

Re: Turn Off Microphone for on-line reecording

You may have different sound card drivers with you new installation so settings on your computer may be different from before.

The solution to the problem is likely to be somewhere on that page that Koz posted the link to. We can't see your computer so it is difficult for us to be more specific.
by steve
Mon May 05, 2014 1:59 am
Forum: Windows
Topic: Sync Drift from different Zoom Recorders
Replies: 13
Views: 2215

Re: Sync Drift from different Zoom Recorders

There is a plug-in that allows you to stretch the selected audio to a precise length: http://forum.audacityteam.org/viewtopic ... 49#p172749
(this may be easier than trying to calculate the necessary percentage change).
by steve
Mon May 05, 2014 1:46 am
Forum: Windows
Topic: Application Configuration incorrect code 14001 [SOLVED]
Replies: 2
Views: 919

Re: Audacity failure

Please see this FAQ:
Windows: How can I fix "Application configuration incorrect" when first launching Audacity after installation?

Also note that Windows XP is obsolete and will remain vulnerable to new exploits and is particularly vulnerable if connected to the Internet.
by steve
Sun May 04, 2014 9:08 pm
Forum: Audio Processing
Topic: How change X-axis range in Spectrum Analysis Plot
Replies: 12
Views: 4067

Re: How change X-axis range in Spectrum Analysis Plot

I find I have to use a value of 3500 rather than 1000 otherwise I get an error message saying there is not enough data. The "Size" setting in Plot Spectrum sets the number of samples used for each FFT window. There must be at least this number of samples available in the selection. After ...
by steve
Sun May 04, 2014 8:34 pm
Forum: Windows
Topic: Can record with XLR headset, but can't hear
Replies: 3
Views: 414

Re: Can record with XLR headset, but can't hear

Plug your headphones into the Focusrite Scarlett 2i4 interface.
Set the playback device in the device toolbar to the Focusrite Scarlett 2i4 interface.
by steve
Sun May 04, 2014 8:30 pm
Forum: Windows
Topic: generate sound from a list of numbers
Replies: 6
Views: 729

Re: generate sound from a list of numbers

GoldWave can save (or open) a sequence of floating-point values in a text file. If the data is in the form: #(number number number number ...) for example: #(0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0) then the following Nyquist command will convert it into a sound: (snd-from-array 0 *sound-srate* #...