EQ curves download
- Peter 08Mar15: I removed the yellow highlighting on the links, Connie does not ask for this and we don't do this with links anywhere else. I added display text to replace the explicit links.
- Gale 08Mar15: I can see why the gaudy background was added - the download link is in a random place in each section, making it hard to find. How about adding a bullet point for the download link at the top of each section? I tried that with one of the curve files.
- Peter -8Mar15: looked good so I adopted the same for the "A-Weighted Curve"
This page serves as a library of additional EQ curves that can be used in the Equalization effect in current Audacity.
|
Contents
Adding the Curves to current Audacity
- Left-clicking the "Download" link for a curve should download the file in almost all web browsers. If this only displays the curve values in the browser, right-click the download link and select "Save Link As...", Save As..." or some similar "Save" or "Download" command.
- Save the file to any location on your computer. The best location to save to is inside Audacity's folder for application data as follows:
- Windows Vista and later: Users\<username>\AppData\Roaming\Audacity\
- Windows XP: Documents and Settings\<username>\Application Data\Audacity
- OS X: ~/Library/Application Support/audacity/
- Linux: ~/.audacity-data/ .
- Select some audio and choose .
- Choose "Save/Manage Curves...".
- Choose "Import...", select the .xml file you downloaded, then "Open" (if you did not save the file to the above location, you'll need to navigate to the correct location first).
- Click "OK".
![]() |
In order to see Audacity's application data folder on Windows, OS X 10.7 or later or GNU/Linux, you must show hidden files and folders or type the folder location into your file manager's address bar.
|
Available Curves
Audacity Default Curves
If you are looking for these because you have no curves at all, right-click over the following link Audacity default curves and save to the folder location described above.
If you just want a copy of the defaults, rename this download or you will overwrite any other curves that you currently have.
EQ Curves for old recordings
A number of specialised curves for old recordings can be downloaded from the EQ Curves Library section of our Playback equalization for 78 rpm shellacs and early 33⅓ LPs page. That page also offers tables listing dozens of disc labels with their "turnover bass" and "treble rolloff" values. EQ Curves for Audacity can be generated from those values using the instructions for EQ Curve Generator on that page.
A-Weighted Curve
- Download A-Weighted Curve
A-weighting is a commonly used curve defined in the International standard IEC 61672:2003. It was originally developed for measuring low level noise in audio equipment.
Other Curves proposed on the Forum
Browse all the posts in the complete Forum topic Submit your EQ Curves for some other curves for consideration.
Other user suggestions made by email
- Gale: Curve(s) to compensate for non-flat frequency response in microphones. I suspect impractical, for reasons such as these.
Creating new Curves
All files should be XML that is readable by the "Save/Manage curves..." dialog in Equalization.
- The first line of the .xml file must be <equalizationeffect> and the last line of the file must be </equalizationeffect>.
- Each curve must have a first line in the form <curve name="name of curve"> and a last line </curve>.
- "f" points are the frequency in Hz and "d" points are the gain in dB (a dB value prefixed by "-" means a negative gain, that is a reduction in amplification).
Example .xml file:
<equalizationeffect> <curve name="default walkie talkie"> <point f="100.000000000000" d="-20.000000000000"/> <point f="125.000000000000" d="-16.000000000000"/> </curve> <curve name="modern walkie talkie"> <point f="102.000000000000" d="-15.000000000000"/> <point f="130.000000000000" d="2.000000000000"/> </curve> </equalizationeffect>
Files should not contain a curve called "unnamed" , but if they do it's not a disaster.
Files can be most easily be created by drawing EQ curves in Equalization, then choose "Save/Manage curves..." in Equalization and use the "Export..." button.
Saving Curves on this page
.xml files can be saved on this Wiki page as follows.
- Log in or request a Wiki account here.
- Upload the .xml file here.
- Type the link to the file so that it looks like this example
* Download [[Media:A-weighting.xml|A-Weighted Curve]] |
- which then looks like this on the page:
- Download A-Weighted Curve .