Contents

SNAudioStreamAnalyzer

An object you create to analyze a stream of audio data and provide the results to your app.

Declaration

class SNAudioStreamAnalyzer

Mentioned in

Overview

Run an SNRequest on an audio stream by creating an SNAudioStreamAnalyzer. You can run the same sound analysis request on multiple stream analyzers, and each analyzer can process multiple requests. An audio file analyzer generates an SNResult each time any of its active requests recognizes a sound.

Topics

Creating an Analyzer

Managing Requests

Analyzing Data

See Also

Audio analyzers