# Sandbox.SoundHandle.Update

```csharp
void Update()
```

> **Obsolete.** This no longer needs to exist

Called to push changes to a sound immediately, rather than waiting for the next tick.
You should call this if you make changes to a sound.

Declared in [Sandbox.SoundHandle](/api/Sandbox.SoundHandle).
Assembly: `Sandbox.Engine`.
