# Audacity is not playing back what is being recorded

## Causes

By default, Audacity doesn't play back the input.

## Fixes

Go to **Transport ->** **Transport Options -> Enable audible input monitoring**.

{% hint style="info" %}
**Notes:**&#x20;

* You will hear what you are recording a noticeable time afterwards. This delay is called latency. You can somewhat reduce this latency as described in [Latency Compensation](/troubleshooting/solving-recording-problems/latency-compensation.md) but it cannot be fully removed if you're using input monitoring in Audacity - you will need an audio interface with realtime monitoring capabilities to completely remove latency when monitoring a recording.
* If you want to listen to the input before recording, click the microphone in the recording meter and then **Enable silent monitoring**.&#x20;
* Input monitoring can also be enabled In the Recording section of the Preferences window.&#x20;
  {% endhint %}

{% hint style="success" %}
If the troubleshooting steps aren't working for you, feel free to ask in our communities:&#x20;

* [Forum](https://forum.audacityteam.org/)
* [Discord](https://discord.gg/audacity)
  {% endhint %}


---

# 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/troubleshooting/solving-recording-problems/audacity-is-not-playing-back-what-is-being-recorded.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.
