# Recording your voice & 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.

The exact details depend on both your exact computer model and your microphone model. Please see their respective manuals or support pages for further information. You may need adapters if your computer is missing appropriate ports.&#x20;

{% hint style="info" %}
**Note:** Many Laptops and Notebooks feature built-in microphones. While they may be good enough to record your voice to an intelligible standard, the recordings they produce tend to be somewhat unpleasant to listen to.&#x20;
{% endhint %}

## 2. Select your Microphone

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>

You may see some unexpected devices here (for example, webcams), as well as virtual devices (software pretending to be a microphone). Choose the entry that matches the microphone you actually want to use.

You can also use the **Audio Setup** toolbar 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

Turn on the monitoring (shown below) and tap onto your mic. If you see the green bar move when tapping the mic, you have selected the correct device in the previous step.

<div><figure><img src="/files/QGKP5920eUM0WWlBtBLT" alt=""><figcaption><p>Click on the microphone to start monitoring</p></figcaption></figure> <figure><img src="/files/wOpIVipwgRCE4SbmcHYN" 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](/~/revisions/3SXRVNgNNXfugJQShK9n/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 made the recording, listen back to it. If everything went well, you should now hear your voice clearly and 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](/~/revisions/3SXRVNgNNXfugJQShK9n/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](/~/revisions/3SXRVNgNNXfugJQShK9n/basics/saving-and-exporting-projects.md)
* If you want to edit your recording afterwards: [Editing audio](/~/revisions/3SXRVNgNNXfugJQShK9n/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/~/revisions/3SXRVNgNNXfugJQShK9n/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.
