# Missing features

## Vocal reduction and isolation

This effect has been replaced with [OpenVINO AI plugins](https://audacityteam.org/download/openvino). &#x20;

## Export Selection and Export Multiple

In Audacity version 3.4.0, these options are now integrated into **File -> Export Audio...**

## Join-clips line

In Audacity version 3.4.0, this functionality was removed. You can select multiple clips and **right-click -> Join Clips** (`Ctrl+J`) instead.

## Audacity Wiki

The Audacity Wiki has been shut down.

You may find the information you were looking for in the following places:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Plugin downloads</strong></td><td>Includes <a href="https://plugins.audacityteam.org/nyquist-plugins/generator-plugins">Generator</a> and <a href="https://plugins.audacityteam.org/nyquist-plugins/effect-plugins">Effect plugins</a> and the <a href="https://plugins.audacityteam.org/analyzers/analysis-plugins#acx-check">ACX check</a></td><td></td><td><a href="https://app.gitbook.com/o/-MhmG2mhIIHTtQPuHV_k/s/klCVENFte0GRy5IqVz0W/">Audacity Plugins</a></td></tr><tr><td><strong>Developer info</strong></td><td>Bug tracker and code can be found on <a href="https://github.com/audacity/audacity">Github</a></td><td></td><td><a href="https://app.gitbook.com/o/-MhmG2mhIIHTtQPuHV_k/s/9ZM0AACxI0iUTeAM2egf/">en - English (main)</a></td></tr><tr><td><strong>Contributor info</strong></td><td>Information for translators, testers, tutorial makers, forum helpers</td><td></td><td><a href="../community/contributing">contributing</a></td></tr><tr><td><strong>Changelogs</strong></td><td>and Release Notes</td><td></td><td><a href="../additional-resources/changelog">changelog</a></td></tr><tr><td><strong>Help &#x26; Support</strong></td><td><a href="../readme">Tutorials</a> and the <a href="https://manual.audacityteam.org/">manual</a></td><td></td><td><a href="../readme">readme</a></td></tr><tr><td><strong>Audio technology</strong></td><td>on the Hydrogenaudio wiki (external site)</td><td></td><td><a href="https://wiki.hydrogenaud.io/index.php?title=Main_Page">https://wiki.hydrogenaud.io/index.php?title=Main_Page</a></td></tr></tbody></table>

A wikidump of the Audacity Wiki as of March 31, 2023 can be found [in the Internet Archive](https://archive.org/details/audacity-wiki). It can be accessed and worked with in the same way as [Wikipedia's dumps](https://meta.wikimedia.org/wiki/Data_dumps).&#x20;

## Device preferences

In Audacity version 3.3.0, the Device preference page has been renamed to **Audio Settings**.

## Project Rate

In Audacity version 3.3.0, the Project Rate has been renamed to **Project Sample Rate** and moved into the **Audio Setup button** -> **Audio Settings.** For the purposes of exporting, Project Rate also can be found in the File -> Export audio dialog.

## Cut, Copy and Paste buttons

The **Cut**, **Copy** and **Paste** buttons have been removed from the **Edit Toolbar** in version 3.2.0.

Audacity version 3.2.3 introduced the **Cut/Copy/Paste Toolbar** which is disabled by default.  Check **View > Toolbars > Cut/Copy/Paste Toolbar** to enable it.

<figure><img src="https://2387260374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhmBVzGzh8SctWQ6jPR%2Fuploads%2FprLcnVeLVkd7OoABgH9A%2Fimage.png?alt=media&#x26;token=341e2bfe-0701-404d-8c47-8527eab3a470" alt=""><figcaption><p>Cut/Copy/Paste Toolbar</p></figcaption></figure>

You can also access the Cut/Copy/Paste functionality in the following ways instead:

* **Right-click** the selected audio and choose Cut/Copy/Paste
* In the **Edit menu**, choose Cut/Copy/Paste
* Use **shortcuts**:&#x20;
  * `Ctrl+X` is cut (`Cmd+X` on macOS)
  * `Ctrl+C` is copy (`Cmd+C` on macOS)
  * `Ctrl+V` is paste (`Cmd+V` on macOS)

## Device Toolbar

<figure><img src="https://2387260374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhmBVzGzh8SctWQ6jPR%2Fuploads%2F5pSNgexc4V8ycAx0kbgD%2Fimage.png?alt=media&#x26;token=a431ec5f-ffda-4788-b1fa-28e4d3839e81" alt=""><figcaption><p>Look of the Device Toolbar</p></figcaption></figure>

The Device toolbar has been replaced by the Audio Setup button in version 3.2.0. However, you can re-enable it via **View -> Toolbars -> Device Toolbar.**

## Zoom Tool

The Zoom Tool has been removed in version 3.2.0. All of it's functionality can be accessed via the Zoom buttons, or via **`Ctrl+Scroll`** (`Cmd+Scroll`)

## Time Shift Tool

Audacity's Time Shift Tool has been removed in version 3.1.0. It got replaced by drag handles at the top of every clip. You now can time-shift audio without having to switch into a special mode.&#x20;


---

# 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://support.audacityteam.org/troubleshooting/missing-features.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.
