# Audio

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

The following behaviors are used for audio playback and sampling using either prerecorded audio files, from scene generated audio, or captured live from an external device.

### 🎚️ [Audio Track](/timeflow/reference/behaviors/audio/audio-track.md) - Synchronize Timeflow to a soundtrack

### 🎼 [Audio Spectrum](/timeflow/reference/behaviors/audio/audio-spectrum.md) - Prepare an audio source for sampling

### 🎵 [Audio Sample](/timeflow/reference/behaviors/audio/audio-sample.md) - Sample a region of audio frequencies to drive motion

### 🪗 [Audio Reactive](/timeflow/reference/behaviors/audio/audio-reactive.md) - Detect and respond to audio to drive animation


---

# 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://axongenesis.gitbook.io/timeflow/reference/behaviors/audio.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.
