remove(_:)
Removes an existing request from the audio stream analyzer.
Declaration
func remove(_ request: any SNRequest)Parameters
- request:
A sound analysis request.
Discussion
You can remove a request while the analyzer is processing it. The analyzer stops sending results to the observer after the method removes the request.