# Sandbox.SoundFile.GetSamplesInterleavedAsync

```csharp
System.Threading.Tasks.Task<short[]> GetSamplesInterleavedAsync()
```

Request decompressed audio samples. Stereo sounds keep both channels, interleaved
(L,R,L,R..). Sounds with any other channel count are downmixed to mono.

### Returns

`System.Threading.Tasks.Task<short[]>`

Declared in [Sandbox.SoundFile](/api/Sandbox.SoundFile).
Assembly: `Sandbox.Engine`.
