---
title: audioContinuous
framework: corehaptics
role: symbol
role_heading: Type Property
path: corehaptics/chhapticevent/eventtype/audiocontinuous
---

# audioContinuous

An audio event with a looped waveform of arbitrary length.

## Declaration

```swift
static let audioContinuous: CHHapticEvent.EventType
```

## Discussion

Discussion Continuous audio patterns take the form of lengthier feedback over a period of time. You must provide continuous events with a duration to determine their endpoint.

## See Also

### Enumerating Haptic Types

- [audioCustom](corehaptics/chhapticevent/eventtype/audiocustom.md)
- [hapticTransient](corehaptics/chhapticevent/eventtype/haptictransient.md)
- [hapticContinuous](corehaptics/chhapticevent/eventtype/hapticcontinuous.md)
