# audioSource

Field in [VoiceOverPresenter](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.voiceoverpresenter)

## Summary

The `UnityEngine.AudioSource` that this voice over view will play its audio from.

```csharp
public AudioSource audioSource;
```

## Remarks

If this is `null` , a new `UnityEngine.AudioSource` will be added at runtime.
