<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKAudioRecorderPreset",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKAudioRecorderPreset"
  },
  "title" : "WKAudioRecorderPreset"
}
-->

# WKAudioRecorderPreset

Constants indicating the quality of audio recordings.

```
enum WKAudioRecorderPreset
```

## Topics

### Constants

[`WKAudioRecorderPreset.narrowBandSpeech`](/documentation/WatchKit/WKAudioRecorderPreset/narrowBandSpeech)

Audio quality suitable for basic speech recording. This preset records audio with an 8 kHz sampling rate using either the LPCM 128 kbps or AAC 24 kbps format.

[`WKAudioRecorderPreset.wideBandSpeech`](/documentation/WatchKit/WKAudioRecorderPreset/wideBandSpeech)

Audio quality suitable for higher fidelity speech recording. This preset records audio with a 16 kHz sampling rate using either the LPCM 256 kbps or AAC 32 kbps format.

[`WKAudioRecorderPreset.highQualityAudio`](/documentation/WatchKit/WKAudioRecorderPreset/highQualityAudio)

A high-quality audio recording. This preset records audio with a 44.1 kHz sampling rate using either the LPCM 705.6 kbps or AAC 96 kbps format.



---

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)