> 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/au3/additional-resources/changelog/older-versions/audacity-3.1/audacity-3.1.1.md).

# Audacity 3.1.1

**Audacity 3.1.1 was released on 11. Nov 2021.**

### Changes and improvements since previous version

Audacity 3.1.1 replaces all previous versions.

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

* Fixed FFMPEG imports only importing the left channel [#2046](https://github.com/audacity/audacity/pull/2046)
* Improved Audacity's performance when many clips are present
* Fixed a crash with detach at silences [#2072](https://github.com/audacity/audacity/issues/2072)
* Fixed clip name corruption when applying effects to adjacent clips [#1889](https://github.com/audacity/audacity/issues/1889)
* Fixed a crash with the time shift commands [#2061](https://github.com/audacity/audacity/issues/2061)
* Fixed custom themes not working [#2043](https://github.com/audacity/audacity/issues/2043)

Other than that, this release is identical to Version 3.1.0.

### Supported Platforms

**Windows**

* Audacity 3.1.x requires the CPU to support the [SSE2 ](http://en.wikipedia.org/wiki/SSE2)instruction set which should be available on any Intel hardware produced after 2001 and any AMD hardware produced after 2003.
  * To check what SSE levels your CPU supports, you can install [CPU-Z](http://www.cpuid.com/softwares/cpu-z.html).
  * If your hardware only supports SSE, you may download Audacity 2.0.6 see the [Legacy Windows](https://www.audacityteam.org/download/legacy-windows/) page on the Audacity Website.
* 3.1.x does not support Windows XP.
  * You may try 2.2.2 on XP, but it is unsupported.

**macOS / Mac OS X**

* Audacity 3.1.x is for Intel Macs running OS X 10.7 and later and macOS.
  * There are legacy versions for older OS X at <http://audacityteam.org/download/legacy-mac/>.

**Linux**

* Linux support is tested on Ubuntu Linux.
  * 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/au3/additional-resources/changelog/older-versions/audacity-3.1/audacity-3.1.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.
