---
title: flush()
framework: speech
role: symbol
role_heading: Instance Method
path: speech/analyzerinputconverter/flush()
---

# flush()

Completes pending audio conversions.

## Declaration

```swift
final func flush() throws -> [AnalyzerInput]
```

## Return Value

Return Value An array of AnalyzerInput objects containing completed pending audio conversions.

## See Also

### Converting a buffer

- [convert(_:at:)](speech/analyzerinputconverter/convert(_:at:).md)
