Search found 59476 matches

by steve
Tue Nov 18, 2014 7:22 am
Forum: macOS
Topic: Compressor Noise Floor Question
Replies: 10
Views: 6564

Re: Compressor Noise Floor Question

Thanks for the replies but I'm still not clear on what's happening to audio below the Noise Floor threshold. The precise behaviour depends on all of the other settings, but the general idea is the same in all cases. What a compressor does is to "squash down" (compress) the loud parts (hig...
by steve
Tue Nov 18, 2014 7:06 am
Forum: macOS
Topic: Nyquist Effects
Replies: 3
Views: 519

Re: Nyquist Effects

First thing: check that Nyquist effects are enabled (as per the link in Bill's post). If that does not fix it: I don't use Macs, but I do know that Nyquist effects don't work if Audacity is not installed correctly on a Mac. I'd suggest trashing your current installation and reinstalling. Follow the ...
by steve
Tue Nov 18, 2014 7:02 am
Forum: Windows
Topic: Surface 2 or 3 compatibility
Replies: 1
Views: 460

Re: Surface 2 or 3 compatibility

Audacity should work with Surface Pro - that is, with a "real" Windows operating system and not "rt".
by steve
Tue Nov 18, 2014 6:59 am
Forum: Feature Request Archive
Topic: Shorter minimum attack and release times for Compressor
Replies: 21
Views: 5092

Re: Shorter minimum attack and release times for Compressor

Tell me more about what a new compressor effect should do Along the same lines as Bill, I think the shipped compressor should be as close to "Classic" as possible. There are lots of quirky compressors available as plug-ins. Compressors are not the most simple effects to use. As Bill wrote...
by steve
Tue Nov 18, 2014 6:32 am
Forum: Audio Processing
Topic: FFT not working
Replies: 12
Views: 2670

Re: FFT not working

btb4198 wrote:the peaks are 1832 hz and 3401 hz
Where do those numbers come from?
by steve
Mon Nov 17, 2014 5:13 pm
Forum: Windows
Topic: ripping individual songs from CDs from tapes
Replies: 11
Views: 1701

Re: ripping individual songs from CDs from tapes

Gale Andrews wrote:I don't think Windows Media Player understands ReplayGain and I think iTunes only respects SoundCheck.
Windows Media Player (12) has its own system - they call it "Automatic Volume Leveling". Apparently it is accessed via:
"Enhancements > Crossfading and Auto Volume Leveling"
by steve
Mon Nov 17, 2014 4:13 pm
Forum: Feature Request Archive
Topic: Shorter minimum attack and release times for Compressor
Replies: 21
Views: 5092

Re: Shorter release times for Compressor

Slow attack/release times can work very well for subtly reducing the dynamic range just a little, particularly for classical music which can have a huge dynamic range in an unprocessed recording. It seems that was the only type of use case that the writer of that compressor was considering. I'm +1 f...
by steve
Mon Nov 17, 2014 3:51 pm
Forum: Audio Processing
Topic: FFT not working
Replies: 12
Views: 2670

Re: FFT not working

The problem is probably the online generator.

This picture shows the online generator waveform (downloaded as a WAV file) in the top track, and an accurate 261 Hz saw wave below it.
Note that the waveform from the online generator is offset vertically from the centre line:
tracks004.png
tracks004.png (17.18 KiB) Viewed 2048 times
by steve
Mon Nov 17, 2014 3:36 pm
Forum: General Audio Programming
Topic: what algorithm does Audacity uses for their pluck?
Replies: 1
Views: 2414

Re: what algorithm does Audacity uses for their pluck?

"Pluck" is synthesized in Nyquist (a programming language for audio). It is a Karplus-Strong plucked string oscillator. You can view the Nuquist code by opening the file pluck.ny in a plain text editor (it is in your Audacity plug-ins folder). The core of the Nyquist code is a command SND-...
by steve
Mon Nov 17, 2014 1:01 pm
Forum: GNU/Linux
Topic: deleting defined sections of audio
Replies: 11
Views: 5622

Re: deleting defined sections of audio

I'm surprised there is nothing that could simply measure the amplitude of the recording and delete audio which fails to exceed a threshold There is. As koz has already written, it's called a "gate" or "noise gate". There is one available on the Audacity wiki: http://wiki.audacit...