# Working with audio loops

## Getting loops

You can find loops all around the internet, including [Muse Hub](https://www.musehub.com/).&#x20;

You also can manually convert a section of a song to a loop. &#x20;

{% content-ref url="working-with-audio-loops/making-audio-loops" %}
[making-audio-loops](https://support.audacityteam.org/music/working-with-audio-loops/making-audio-loops)
{% endcontent-ref %}

## Adjusting loops to the project

When importing a loop to the project, Audacity will automatically attempt to match the tempo. If it's unable to, you can instead adjust the tempo yourself by holding `Alt` (macOS: `Option)`and dragging the edge of a clip to stretch it to fit.

{% content-ref url="../audio-editing/speeding-up-and-slowing-down-audio" %}
[speeding-up-and-slowing-down-audio](https://support.audacityteam.org/audio-editing/speeding-up-and-slowing-down-audio)
{% endcontent-ref %}

Additionally, if the loop is in a different key to your project, you can also select a clip, and press `Alt+↓↑` to adjust the pitch by semitones.&#x20;

{% content-ref url="../audio-editing/changing-pitch" %}
[changing-pitch](https://support.audacityteam.org/audio-editing/changing-pitch)
{% endcontent-ref %}

## Repeating loops

Audacity does not feature a looping feature as known from traditional DAWs at this point. Instead, you can repeat via **copy-pasting** the loop, or using the **Effects -> Special -> Repeat** effect.&#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/music/working-with-audio-loops.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.
