# Editor.EditorUtility.PlayRawSound

```csharp
static bool PlayRawSound(string file)
```

Plays a sound via the OS, which is the way you play a sound if you
want it to be heard when the game is tabbed away

### Parameters

- `file` (`string`)

### Returns

`bool`

Declared in [Editor.EditorUtility](/api/Editor.EditorUtility).
Assembly: `Sandbox.Tools`.
