> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/hardware-and-gear/microphone-recommendations.md).

# Microphone Recommendations

Adding a microphone to your setup is the best way to ensure high-quality audio for video captures, Video FX, and GIFs. To ensure a stable and high-quality connection, the HALO app requires a **wired connection** for all external microphones.

{% hint style="info" %}

#### Why Wired over Bluetooth?

While Bluetooth microphones are convenient for casual use, they are not recommended for professional event environments.

Bluetooth audio often suffers from **latency** (a slight delay between the sound and the recording), which leads to frustrating sync issues between the audio and video.&#x20;

Bluetooth connections are also more susceptible to interference in crowded event spaces. A wired connection provides a "plug-and-play" experience with zero latency and superior audio fidelity.
{% endhint %}

***

#### Recommended Gear List

To use a microphone with your iPad, you will need the following items:

* **Microphone:** [Rode VideoMic Me-L](https://amzn.to/4wcg5py) (or equivalent for your iPad's port type).
* **Microphone Stand:** [Desktop Tripod or Floor Stand](https://amzn.to/42cF5zp).
* **Power/Audio Splitter:** To ensure your iPad stays charged throughout the event, you must use a USB-C or Lightning "Power + Audio" adapter or a USB-C hub. This allows you to plug in the microphone while simultaneously connected to a continuous power source.


---

# 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://docs.simplebooth.com/hardware-and-gear/microphone-recommendations.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.
