<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/AnalyzerInputConverter/converter(compatibleWith:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "s:6Speech22AnalyzerInputConverterC9converter14compatibleWithACSayAA0A6Module_pG_tYaKFZ"
  },
  "title" : "converter(compatibleWith:)"
}
-->

# converter(compatibleWith:)

Returns an audio input converter compatible with the given modules.

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

## Parameters

`modules`

The speech modules that will analyze the audio.

## Return Value

An instance of this class.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)