# Sandbox.SoundFile.GetSamplesAsync

```csharp
System.Threading.Tasks.Task<short[]> GetSamplesAsync()
```

Request decompressed audio samples. Multi-channel sounds are downmixed to mono.

### Returns

`System.Threading.Tasks.Task<short[]>`

Declared in [Sandbox.SoundFile](/api/Sandbox.SoundFile).
Assembly: `Sandbox.Engine`.
