> 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/audacity-3.7.4.md).

# Audacity 3.7.4

This is a patch release. It contains the following changes:

* Added a new welcome/what's new screen.
* OpenVINO effects are now available on macOS. More about that can be found [in this blogpost](https://www.audacityteam.org/blog/openvino-mac/).
* OpenVINO effects can now be found via the Get Effects button. (NB, this is a slow rollout - you may not see it there just yet at the time of release)
* OpenVINO effects have been recategorized into their own category in the Effect menu. This also goes for the transcription and music generator feature, previously found in the Generate and Analyze menus, respectively.
* [#6890](https://github.com/audacity/audacity/issues/6890) Fixed a crash when closing a large unsaved project.
* [#8709](https://github.com/audacity/audacity/issues/8709) Fixed a crash when using real-time effects that activate delay compensation.
* [#8494](https://github.com/audacity/audacity/issues/8494) Fixed issue where Studio Fade Out creates a new clip when applied at the end of a clip.
* [#8442](https://github.com/audacity/audacity/issues/8442) Fixed incorrect waveform rendering on clipped audio.
* [#8559](https://github.com/audacity/audacity/issues/8559) Fixed unintended deletion of a clip when joining two clips with pitch adjustment.
* [#3003](https://github.com/audacity/audacity/issues/3003) Effect preview now works when the track is muted.
* [#8666](https://github.com/audacity/audacity/issues/8666) Fixed possible incorrect calculations in the Hamming window derivative. (Thanks, witwald!)
* [#8577](https://github.com/audacity/audacity/issues/8577) Fixed compilation issues on legacy macOS (Thanks, barracuda156!)


---

# 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/audacity-3.7.4.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.
