Auto duck

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
steve
Site Admin
Posts: 81629
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Auto duck

Post by steve » Tue Apr 22, 2008 6:15 pm

I can't get "Auto duck" to work.
I understand what it should do, and I'm trying to follow these instructions: http://www.audacityteam.org/manual/inde ... =Auto_Duck but I just keep getting the error message "Please enter valid values".

Any suggestions?
(Audacity 1.3.4 Windows XP Pro SP2. Both tracks are 44.1/16bit)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

steve
Site Admin
Posts: 81629
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Auto duck

Post by steve » Sun May 11, 2008 9:20 am

Deleting the "audacity.cfg" fixed it.
( ~/Documents and Settings/<user>/Application Data/Audacity/audacity.cfg )

Here is the offending extract from the file:

Code: Select all

[Effects/AutoDuck]
DuckAmountDb=-24
OuterFadeDownLen=0.325
OuterFadeUpLen=0.175
InnerFadeDownLen=0
InnerFadeUpLen=0
ThresholdDb=-30
MaximumPause=-1
"MaximumPause" must be a positive value. Changing it in the GUI did not work, it had to be changed directly in the configuration file (or the configuration file deleted so that it would be automatically recreated by Audacity)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked