---
title: "converter(compatibleWith:)"
framework: speech
role: symbol
role_heading: Type Method
path: "speech/analyzerinputconverter/converter(compatiblewith:)"
---

# converter(compatibleWith:)

Returns an audio input converter compatible with the given modules.

## Declaration

```swift
static func converter(compatibleWith modules: [any SpeechModule]) async throws -> AnalyzerInputConverter
```

## Parameters

- `modules`: The speech modules that will analyze the audio.

## Return Value

Return Value An instance of this class.

## See Also

### Creating a converter

- [init(analyzerFormat:configurationHandler:)](speech/analyzerinputconverter/init(analyzerformat:configurationhandler:).md)
