converter(compatibleWith:)
Returns an audio input converter compatible with the given modules.
Declaration
static func converter(compatibleWith modules: [any SpeechModule]) async throws -> AnalyzerInputConverterParameters
- modules:
The speech modules that will analyze the audio.
Return Value
An instance of this class.