> For the complete documentation index, see [llms.txt](https://support.audacityteam.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.audacityteam.org/additional-resources/changelog/older-versions/audacity-3.4/audacity-3.4.2.md).

# Audacity 3.4.2

This is a hotfix release. It fixes the following issues:

* [#5568](https://github.com/audacity/audacity/issues/5568) Fix a crash when opening projects with zero-length clips.
* \#[5032 ](https://github.com/audacity/audacity/issues/5032)When exporting a file, the sample rate of the tracks is now considered, and last-used sample rate is remembered.
* [#5555](https://github.com/audacity/audacity/pull/5555) Copy-pasting behavior now pastes into clips again by default. This can be changed via Preferences -> Track Behavior -> Always paste audio as new clips.
* \#[5549 ](https://github.com/audacity/audacity/issues/5549)Mix and render now also resets the gain for the resulting track.
* \#[5571 ](https://github.com/audacity/audacity/issues/5571)Fix clips shifting to the right when effects are applied to them.
* \#[5106 ](https://github.com/audacity/audacity/issues/5106)Fix clicks occurring when overdubbing a project with muted tracks.
* \#[5533 ](https://github.com/audacity/audacity/issues/5533)Fix files being exported without a file extension in rare cases.
* \#[5539 ](https://github.com/audacity/audacity/issues/5539)Show all sample rates possible for MP2 exports.
* \#[5518 ](https://github.com/audacity/audacity/issues/5518)Fix pasting into labels.
* \#[5543 ](https://github.com/audacity/audacity/issues/5543)Fix a crash when clearing loops.
* \#[5529 ](https://github.com/audacity/audacity/issues/5529)Fix copying when "select all audio if selection required" is enabled.
* \#[5598 ](https://github.com/audacity/audacity/issues/5598)#[5552 ](https://github.com/audacity/audacity/pull/5552)Fix GTK detection and compilation for wxWidgets 3.2.4.
* [#5551](https://github.com/audacity/audacity/pull/5551) Fix Nyquist-related crashes.
* \#[5604 ](https://github.com/audacity/audacity/issues/5604)Fix EQs in macros.
* \#[5511 ](https://github.com/audacity/audacity/issues/5511)Fix a crash when closing Audacity.
* \#[5476 ](https://github.com/audacity/audacity/issues/5476)Fix builds on arm64/armhf.
* \#[5631 ](https://github.com/audacity/audacity/pull/5631)Use dladdr when possible to setup modules paths

### Supported Platforms

**Windows**

* Audacity 3.4 is tested on Windows 10 & 11
  * Windows Vista, 7 and 8.1 may still work, but are no longer tested.

**macOS / Mac OS X**

* Audacity 3.4 is tested on macOS 12 - 14
  * Mac OS X 10.9 and onwards may still work, but are no longer tested.

**Linux**

* In addition to the traditional update path via package managers, Audacity is distributed as an AppImage. The AppImage gets updated at the same time as the Windows and macOS versions, so if you collaborate with users on those platforms, you may want to use the AppImage over your distribution's package manager.
* Linux support is tested with AppImages on Ubuntu 22.04.
  * Other Linux distributions should work, but aren't tested by the Audacity team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.audacityteam.org/additional-resources/changelog/older-versions/audacity-3.4/audacity-3.4.2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
