> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spline.design/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Assistant Listener Event

The AI Assistant Listener event is used in conjunction with the [AI Voice Assistant API](/interaction-states-events-and-actions/ai-voice-assistant-api) and it's an event that is constantly listening for changes in the audio spectrum of the AI Assistant.

***

## AI Assistant Listener Event Properties

Since this event is designed to work with the AI Assistant’s audio spectrum, it is only compatible with **Set Variable** actions. You can use a **Set Variable** action to apply the audio spectrum to one of your variables or modify any other variables that depend on the audio spectrum.

You can then use those variables to manipulate properties of your objects like position, rotation, scale, etc.

### Frequency

In frequency, you can select different ways of using the voice audio waves.

**Average** - Uses an average value from all the frequencies.

**Range** - Uses the average of a range of frequencies.

**Single** - Uses a single frequency.

<img src="https://cdn.spline.design/_assets/docs/7265a2dc-0bcd-4859-b277-6d9823c362de.png" alt="image" style={{ maxWidth: "300px" }} />

Learn more about related topics:

* [AI Voice Assistant API](/interaction-states-events-and-actions/ai-voice-assistant-api)
* [Variables](/interaction-states-events-and-actions/variables)
