Difference between revisions of "EffectsTips"
Galeandrews (talk | contribs) (High and Low Pass, tidy) |
|||
Line 1: | Line 1: | ||
− | + | {| style="background:#EEEEFF" width=90% align="center" | |
+ | |'''This page provides tips on how to use Audacity's built-in effects'''. A full list of the built-in effects in Audacity 1.2.6 is {{external|1=[http://audacityteam.org/wiki/index.php?title=Current_Features#Applying_effects here]}}. | ||
+ | {| style="background:#EEEEFF; padding:10px" width=95% align="center" | ||
+ | |<span style="font-size:88%; color:green">'''HINT:''' To use effects you must first of all select the audio you want to apply the effect to, and stop playback or recording. | ||
− | + | For help in selecting tracks or areas of audio, see [[Selecting Audio]].</span> | |
+ | |} | ||
+ | |} | ||
− | |||
+ | '''Related Pages:''' | ||
− | ''' | + | '''[[Navigating Effects]]''' for help in navigating the Audacity Effect menu. |
+ | |||
+ | '''[[:Category:Plug-ins|LADSPA, Nyquist and VST Plug-ins]]''' to add other effects into Audacity | ||
+ | |||
+ | '''[[:Category:Tips|Other pages in our Tips Category]]''' | ||
+ | |||
+ | |||
+ | |||
+ | ==Help with specific effects== | ||
* [[Click Removal]] - using Audacity's Click Removal, Draw Tool and other solutions | * [[Click Removal]] - using Audacity's Click Removal, Draw Tool and other solutions | ||
Line 13: | Line 26: | ||
* [[GVerb]] - also alternative reverberation plug-ins: Anwida and Freeverb | * [[GVerb]] - also alternative reverberation plug-ins: Anwida and Freeverb | ||
+ | |||
+ | * [[High Pass Filter]] - attenuates frequencies below a limit that you set, allowing through (passing) those above the limit. Can be used to reduce low frequency noise. | ||
+ | |||
+ | * [[Low Pass Filter]] - attenuates frequencies above a limit that you set, allowing through (passing) those below the limit. Can be used to reduce high pitched noise. | ||
* [[Noise Removal]] - using Audacity's Noise Removal Effect and other solutions for removing steady noise | * [[Noise Removal]] - using Audacity's Noise Removal Effect and other solutions for removing steady noise | ||
− | == | + | |
− | A user wanted to one-click access to effects he used frequently - through a popup menu. | + | ==Using external macro program to acess effects== |
− | I suggested this could be done on Windows with macro programs such as AutoHotKey ( | + | |
+ | A user wanted to one-click access to effects he used frequently - ideally through a popup menu. | ||
+ | |||
+ | I suggested this could be done on Windows with macro programs such as {{external|[http://www.autohotkey.com/ AutoHotKey]}} (open source), {{external|[http://powerpro.webeddie.com/ PowerPro]}} (freeware) and other paid-for Macro programs (eg. RoboTask). Googling Macro+MAC+OS+X turns up such programs as {{external|[http://www.cesoft.com/products/qkx.html QuickKeys]}} (paid-for), Keyboard Maestro, Key Xing and Youpi Key <i>(caveat: I have no Mac experience)</i>. Another possible solution is {{external|[http://www.apple.com/applescript/uiscripting/ Apple's UI Scripting]}} (requires user to have detailed UI knowledge), which problem can be overcome with the {{external|[http://prefabsoftware.com/uibrowser/ UIBrowser Assistant]}}. | ||
That's the theory - in practice I haven't '''yet''' been able to create a script that will do the job. I'm pursuing this, initially with AutoHotKey and will update this when I have a working example. --[[User:Alec Burgess|Alec Burgess]] 16:24, 29 September 2007 (PDT) | That's the theory - in practice I haven't '''yet''' been able to create a script that will do the job. I'm pursuing this, initially with AutoHotKey and will update this when I have a working example. --[[User:Alec Burgess|Alec Burgess]] 16:24, 29 September 2007 (PDT) | ||
+ | |||
[[Category:Tips]] | [[Category:Tips]] |
Revision as of 05:53, 13 October 2007
This page provides tips on how to use Audacity's built-in effects. A full list of the built-in effects in Audacity 1.2.6 is here .
|
Related Pages:
Navigating Effects for help in navigating the Audacity Effect menu.
LADSPA, Nyquist and VST Plug-ins to add other effects into Audacity
Other pages in our Tips Category
Help with specific effects
- Click Removal - using Audacity's Click Removal, Draw Tool and other solutions
- GVerb - also alternative reverberation plug-ins: Anwida and Freeverb
- High Pass Filter - attenuates frequencies below a limit that you set, allowing through (passing) those above the limit. Can be used to reduce low frequency noise.
- Low Pass Filter - attenuates frequencies above a limit that you set, allowing through (passing) those below the limit. Can be used to reduce high pitched noise.
- Noise Removal - using Audacity's Noise Removal Effect and other solutions for removing steady noise
Using external macro program to acess effects
A user wanted to one-click access to effects he used frequently - ideally through a popup menu.
I suggested this could be done on Windows with macro programs such as AutoHotKey (open source), PowerPro (freeware) and other paid-for Macro programs (eg. RoboTask). Googling Macro+MAC+OS+X turns up such programs as QuickKeys (paid-for), Keyboard Maestro, Key Xing and Youpi Key (caveat: I have no Mac experience). Another possible solution is Apple's UI Scripting (requires user to have detailed UI knowledge), which problem can be overcome with the UIBrowser Assistant .
That's the theory - in practice I haven't yet been able to create a script that will do the job. I'm pursuing this, initially with AutoHotKey and will update this when I have a working example. --Alec Burgess 16:24, 29 September 2007 (PDT)