# AudioSource

> Send the embedded audio into a specified AudioSource.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Video](/engine/6000.5/script-reference/unityengine/video.md)
* **Assembly:** UnityEngine.VideoModule

```csharp
AudioSource = 1
```

### Remarks

You can add effects and filters to your audio, or alter the settings of the AudioSource to change how your video’s audio sounds. If you use this setting, you need to assign an AudioSource to your VideoPlayer. To assign an AudioSource, use [VideoPlayer.SetTargetAudioSource](/engine/6000.5/script-reference/unityengine/video/videoplayer/settargetaudiosource.md).
