---
title: PHASEAsset.AssetType.resident
framework: phase
role: symbol
role_heading: Case
path: phase/phaseasset/assettype/resident
---

# PHASEAsset.AssetType.resident

A sound asset that plays after fully loading in memory.

## Declaration

```swift
case resident
```

## Discussion

Discussion If the sound asset is in memory, the framework prepares it for playback. If the asset is on disk, the framework loads it into memory, and prepares it for playback.

## See Also

### Types

- [PHASEAsset.AssetType.streamed](phase/phaseasset/assettype/streamed.md)
