# ¶ Audio Editing Example

The following video shows three different stages in the audio editing process as seen in Audacity and is intended to give you a sense of what this work can look like and help you organize yourself when editing your projects. (Here you will see all of the audio in one session. It could just as easily have been in three different ones.)

See ["Audio Recording & Editing with Audacity" ](/multimedia/audio/audacity.md)for editing "how to" guidance.

{% embed url="<https://youtu.be/okrcciL0O8Y>" %}

**The steps that were taken in each section:**

**Basic Assembly**&#x20;

* A rough assembly of the recording was made in which the general flow of the content was also put into place and certain unwanted content and mistakes were removed.&#x20;

**Editing & Noise Reduction**

* The assembly was further edited so that the clips are timed the way that works best and there are no dropouts (complete silence) in the sound.
* A second track was created to make adjusting the timing of the clips easier as they can be slid back and forth and then trimmed once in place.
* The Noise Reduction effect was applied to remove the background air conditioner noise.

**Final Edit & Audio Levels Adjusted**

* The two tracks were combined by exporting the audio and reimporting it as a single track, pops and clicks were cut out but being selected and then deleted, volume levels were adjusted using the Envelope tool, fades in and out were added using the Fade In/Out effect and the Envelope tool, and the Reverb effect was used to create the reverb/echo effect.&#x20;
* Sound effects were added and put on separate tracks so they could be heard along with the voice track, and their levels were set so that they did not prevent the voice track from being audible.


---

# 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/audio-editing-example.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.
