# Audio This C# Intermediate tutorial covers the basics of audio in your game. ## Explanation We learn about the various types of audio formats and settings. We cover how to use 3d spatialized audio and we also look at streaming audio. > [!Video https://www.youtube.com/embed/Guf7PESCwnc] ## Audio sounds and spatial sounds [!code-csharp[audio](../../../../stride/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Game/08_Audio/AudioDemo.cs)] ## Streaming sounds [!code-csharp[streamingaudio](../../../../stride/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Game/08_Audio/LoadMusic.cs)]