<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/AudioIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV11AudioIntentP"
  },
  "title" : "AppSchema.AudioIntent"
}
-->

# AppSchema.AudioIntent

Identifies intent schemas in the audio domain.

```
protocol AudioIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var addToLibrary: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/AudioIntent/addToLibrary)

An intent schema that adds an audio item to the person’s library.

[`var addToPlaylist: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/AudioIntent/addToPlaylist)

An intent schema that adds an audio item to a playlist.

[`var createStation: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/AudioIntent/createStation)

An intent schema that starts a station based on the now-playing item.

[`var playAudio: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/AudioIntent/playAudio)

An intent schema that plays an audio item.

[`var recognizeAudio: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/AudioIntent/recognizeAudio)

An intent schema that finds out what audio is playing nearby.

[`var updateAudioAffinity: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/AudioIntent/updateAudioAffinity)

An intent schema that sets the like state of an audio item to liked, unliked, or unset.

[`var warmupAudioQueue: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/AudioIntent/warmupAudioQueue)

An intent schema that warms up an audio item by setting the queue without starting playback.

## Relationships

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)