> 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.1.md).

# Audacity 3.4.1

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

* [#5467](https://github.com/audacity/audacity/issues/5467) Fix 24-bit recording.
* [#5488](https://github.com/audacity/audacity/issues/5488) Fix a crash with .aup importing.
* [#5471](https://github.com/audacity/audacity/issues/5471) [#5483](https://github.com/audacity/audacity/issues/5483) Fix crossfading of clips and tracks.
* [#5473](https://github.com/audacity/audacity/issues/5473) Exporting multiple files honors sample rate settings again.
* [#5480](https://github.com/audacity/audacity/issues/5480) [#5417](https://github.com/audacity/audacity/issues/5417) Fix crashes related to external program exports.
* [#5479](https://github.com/audacity/audacity/issues/5479) [#5476](https://github.com/audacity/audacity/issues/5476) Fix BSD and ARM builds.
* [#5498](https://github.com/audacity/audacity/pull/5498) Ctrl+J is now a standard shortcut for joining clips.
* [#5389](https://github.com/audacity/audacity/issues/5389) Stereo tracks no longer randomly split into mono.
* [#5007](https://github.com/audacity/audacity/issues/5007) When exporting a file, the file extension is now always added (except for custom FFmpeg and external program exports).
* [#5516](https://github.com/audacity/audacity/issues/5516) Fix a crash when exporting Opus with older CPUs that don't support AVX.

### 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.1.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.
