# EQ XML to TXT converter

## Download and installation

First, download the plugin below:

{% file src="/files/LvUDIkfBvcZaXFCXEaIt" %}
Downlaod link
{% endfile %}

Then install the plugin in Audacity via **Tools -> Nyquist Plugin Installer** and restart Audacity. Detailed steps are available at <https://support.audacityteam.org/basics/customizing-audacity/installing-plugins#installing-nyquist-plugins>&#x20;

## Using the converter

Once installed, the converter appears in **Tools -> EQ XML to TXT Converter**.

<figure><img src="/files/iALXryxolVW7tSAzeowO" alt=""><figcaption><p>Screenshot</p></figcaption></figure>

To use it,

1. Select the target EQ effect. Curves to be imported can be either for [Filter Curve EQ](https://manual.audacityteam.org/man/filter_curve_eq.html) effect or [Graphic EQ](https://manual.audacityteam.org/man/graphic_eq.html) effect but *not* both.
2. Select your source XML file.
3. (optional) select what should happen if the file exists already
4. Click OK.&#x20;

The TXT file now is in the same location as the source XML file.

You now can import the TXT file via Filter Curve EQ or Graphic EQ -> **Presets and settings -> Import...**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://plugins.audacityteam.org/additional-resources/eq-curves/eq-xml-to-txt-converter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
