---
title: WKAudioRecorderPreset
framework: watchkit
role: symbol
role_heading: Enumeration
path: watchkit/wkaudiorecorderpreset
---

# WKAudioRecorderPreset

Constants indicating the quality of audio recordings.

## Declaration

```swift
enum WKAudioRecorderPreset
```

## Topics

### Constants

- [WKAudioRecorderPreset.narrowBandSpeech](watchkit/wkaudiorecorderpreset/narrowbandspeech.md)
- [WKAudioRecorderPreset.wideBandSpeech](watchkit/wkaudiorecorderpreset/widebandspeech.md)
- [WKAudioRecorderPreset.highQualityAudio](watchkit/wkaudiorecorderpreset/highqualityaudio.md)

### Initializers

- [init(rawValue:)](watchkit/wkaudiorecorderpreset/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Presenting video and audio interfaces

- [presentMediaPlayerController(with:options:completion:)](watchkit/wkinterfacecontroller/presentmediaplayercontroller(with:options:completion:).md)
- [Media Player Options](watchkit/media-player-options.md)
- [dismissMediaPlayerController()](watchkit/wkinterfacecontroller/dismissmediaplayercontroller().md)
- [presentAudioRecorderController(withOutputURL:preset:options:completion:)](watchkit/wkinterfacecontroller/presentaudiorecordercontroller(withoutputurl:preset:options:completion:).md)
- [Audio Recording Options](watchkit/audio-recording-options.md)
- [dismissAudioRecorderController()](watchkit/wkinterfacecontroller/dismissaudiorecordercontroller().md)
