# sampleRate

> The current sample rate of the audio output device used.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AudioModule

```csharp
public int sampleRate
```

### Remarks

For an example of how to use this property, refer to [AudioSettings.Reset](/engine/6000.0/script-reference/unityengine/audiosettings/reset.md).
