# Audacity "How To" Videos

### Getting Started Basics

The following video is a quick but thorough Audacity overview. Watching it is a good way to get started. It covers setting up your mics, getting levels, recording, using the editing tools, creating tracks, and using effects to improve audio quality.

The odds are, your recording will have some steady background noise (room tone), such as air conditioning running. At 6:55, the video demonstrates how to use noise reduction to reduce or get rid of this sound.

{% embed url="<https://www.youtube.com/watch?v=FiXbfeKA-fk>" %}
The Complete Audacity Guide
{% endembed %}

Using the Envelope Tool to Adjust Volume and Create Fades:

{% embed url="<https://www.youtube.com/watch?v=G5IZhbLrMWY>" %}

### More In-depth Instruction

The following video provides more detail and is slower-paced:

{% embed url="<https://www.youtube.com/watch?v=g6DpcIRl9ZI>" %}
Audacity Tutorial: Step by Step for Beginners
{% endembed %}

The following video focuses on using Audacity to create Podcasts:

{% embed url="<https://www.youtube.com/watch?v=xl-WDjWrTtk>" %}
How to Record and Edit a Podcast in Audacity (Complete Tutorial)
{% endembed %}

The following video provides more advanced tips on how to improve audio quality:

{% embed url="<https://www.youtube.com/watch?v=pc_sgfWAfzw>" %}


---

# 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://bcds.gitbook.io/multimedia/audio/audacity/video-tutorials.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.
