# Sandbox.Sound.Preload

```csharp
static void Preload(string eventName)
```

Precaches sound files associated with given sound event by name.
This helps avoid stutters on first load of each sound file.

### Parameters

- `eventName` (`string`)

Declared in [Sandbox.Sound](/api/Sandbox.Sound).
Assembly: `Sandbox.Engine`.
