# 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:&#x20;

* 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.&#x20;

{% 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.&#x20;
{% endhint %}

## 2. Select your Microphone

Once you have plugged in your microphone into your computer, select the microphone to record from the list of available recording devices in the **Audio Setup** toolbar.

<figure><img src="/files/F0o2KqY0Ef1IW7eJtWJL" alt=""><figcaption><p>Use the <strong>Audio Setup</strong> toolbar to select the microphone you want to record</p></figcaption></figure>

This toolbar may display some unexpected devices here (for example, webcams), as well as virtual devices (software pretending to be a microphone). Select the entry that matches the microphone you actually want to use. The **Audio Setup** toolbar will also allow you to select whether you'll be recording in Mono or Stereo.

<figure><img src="/files/JDijCKRzNEu8cyuSSspS" alt=""><figcaption><p>The <strong>Audio Setup</strong> toolbar also displays the number of recording channels available from your microphone</p></figcaption></figure>

{% hint style="info" %}
**Note:** Most microphones are in Mono, and Mono is generally the best choice for recordings. Only use Stereo if you do need directionality.&#x20;
{% endhint %}

## 3. Test your Settings

Select the microphone icon and choose **Start Monitoring** (shown below) and tap your mic with your finger. If you see the green bar move when you tap the mic, you have selected the correct device in the previous step.

<div><figure><img src="/files/byuFh4qkQSP2H1f5YEIr" alt=""><figcaption><p>Click on the microphone to start monitoring</p></figcaption></figure> <figure><img src="/files/jJiAFg2oVDEoWwYuxQzV" alt=""><figcaption><p>Audacity will display the microphone level in the recording meter</p></figcaption></figure></div>

Then try to speak in a normal volume. In general, the volume should remain in the green zone throughout (in general, between -18 and -12 dB is best).

{% hint style="warning" %}
**Caution:** If your input volume is too low (below -42 dB) or too high (frequently in the red area), your audio quality will likely suffer. See this page for how to fix this:[Setting recording and playback levels](/basics/recording-your-voice-and-microphone/setting-recording-levels-and-playback-levels.md)&#x20;
{% endhint %}

Next, make a test recording. To start recording your voice in Audacity, simply press the red record button.&#x20;

![Transport toolbar: the record button is the second from the right](/files/kSlPnDLd0yL0sTGZoGyi)

When you have ended the recording, listen back to it. If everything went well, you should now hear your voice clearly. Once you hear your voice clearly, you should now be able to continue with the next steps.

### Common problems

If you run into trouble with any of these steps, you may find the solution here:

{% content-ref url="/pages/HrwGXkAReQIvv1fCPBrw" %}
[Solving recording problems](/troubleshooting/solving-recording-problems.md)
{% endcontent-ref %}

## Next Steps

* Once you've made your recording, make sure to save your work. This applies regardless of whether you intend on editing it later or not. [Saving and exporting projects](/basics/saving-and-exporting-projects.md)
* If you want to edit your recording afterwards: [Editing audio](/basics/audacity-editing.md)


---

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