> For the complete documentation index, see [llms.txt](https://gilmour.online/lancertech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gilmour.online/lancertech/content-creation/recording-audio.md).

# Record Audio

Maybe you need to record a voice over for your video project. Maybe you're practicing for a Foreign Language or Speech and Debate. No matter what, this job is easy. We'll look at the two tools built into MacOS and Windows. There are many, many alternatives to record your voice.&#x20;

## Mac

![](/files/-LmtJY7tMtSQLX5XSQOE)

1. Open **QuickTime.**
2. From the File menu select *New Audio Recording*
3. Record your audio
4. **Save** the file.
   1. Pro students save their work using [Google Drive File Stream](/lancertech/orientation/file-stream.md). You may need to save your work to a specific folder your teacher has requested.

## PC

![](/files/-LmtKRXclAws9Ka8anBu)

1. Press the **Start** button
2. Type ***Voice Recorder***
3. **Record** your audio.
4. &#x20;**Save** the file.&#x20;
   1. Pro students save their work using [Google Drive File Stream](/lancertech/orientation/file-stream.md). You may need to save your work to a specific folder your teacher has requested.

## Phone

1. **Check your recording app**. I'm very confident you can find an app that records a sound file. Almost certainly one came with your phone.&#x20;
2. **Check Google Drive**. Make sure you also have the Google Drive app and you've logged in with your school Google account.&#x20;
3. **Record your audio.**
4. **Share** **the file to Google Drive**.&#x20;
   1. Save the file to a convenient folder. Your teacher may have shared one with you that you'll have to use.&#x20;

{% hint style="danger" %}
**Provide feedback**\
If you see an error or have a suggestion, [please submit a response to this short form](https://forms.gle/3CPXVUTGU2iwcAWq5).&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gilmour.online/lancertech/content-creation/recording-audio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
