# Recording your voice with a microphone

## 1. Connect your Microphone

You can connect your mic by plugging it into the appropriate port. In general, this means:

* If you have a USB mic, plug it into a USB port.
* If you have a mic with a 3.5mm jack, plug it into a mic-in port.
* If you have an XLR mic, plug it into an XLR-USB audio interface and the interface into the USB port.

How you will connect your microphone will depend on your computer model and your microphone. Use your manuals or support pages for further information. You may need adapters if your computer does not have the correct ports for your microphone.

{% hint style="info" %}
**Note:** Many laptops and notebooks feature built-in microphones. While they may be good enough to record your voice properly, other recordings that they produce will often be somewhat unpleasant.
{% endhint %}

## 2. Select your Microphone

Once you have plugged in your microphone into your computer, select the microphone using **Audio setup -> Recording devices**.

<figure><img src="/files/oCIgzcqa2m85YTmrM7oT" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

### Notes

* If your mic doesn't show up in Recording devices, click "**Rescan audio devices**".
* This menu may display some unexpected devices (for example, webcams), as well as virtual devices (software pretending to be a microphone).
* Most microphones are in **Mono**, and Mono is typically the best choice for recordings.&#x20;
  {% endhint %}

## 3. Make a test recording

To start recording your voice in Audacity, simply press the red record button.

<figure><img src="/files/UlPvULtCIBMXKczY5wXt" alt=""><figcaption></figcaption></figure>

When you have ended the recording, listen back to it. If everything went well, you should now hear your voice clearly.&#x20;

{% hint style="success" %}

### Best practices

If the meter next to the track goes into the red, or the waveform looks like a square block, you likely are recording too loud, resulting in distortion called *clipping*. Turn down your mic or move away from it to avoid clipping.\
&#x20;<img src="/files/OFp5mrGk67ZEFKfixYOC" alt="" data-size="original">

If you see the meter next to the track stay close to the bottom, and barely see the waveform move at all, you likely are recording too quietly. Turn up your mic, or move closer to it. You can also raise the volume afterwards by amplifying it with the Amplify effect. \
![](/files/ooxekW8wQ4RqE6ieMWoY)

If you click on the microphone button in the toolbar, you can see a meter with decibel markings. Typically the ideal range for your recording to sit at is at -18 to -12 dB, if you're speaking normally.\ <img src="/files/zXDBdwePqQNU5AZ7OnbN" alt="" data-size="original">
{% 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/au4/basics/recording-your-voice-and-microphone.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.
