analyzerInputs
A new sequence of speech analyzer input objects containing captured audio.
Declaration
final var analyzerInputs: some Sendable & AsyncSequence<AnalyzerInput, any Error> { get }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.