---
title: analyzerInputs
framework: speech
role: symbol
role_heading: Instance Property
path: speech/captureinputsequenceprovider/analyzerinputs
---

# analyzerInputs

A new sequence of speech analyzer input objects containing captured audio.

## Declaration

```swift
final var analyzerInputs: some Sendable & AsyncSequence<AnalyzerInput, any Error> { get }
```

## Discussion

Discussion The sequence includes only newly captured audio. You may release the provider object after obtaining the sequence. The sequence terminates when you deallocate the audio data output, which typically happens when you deallocate the capture session and this provider.
