diff --git a/src/Audio/SoundInstance.cs b/src/Audio/SoundInstance.cs index caba229..31df632 100644 --- a/src/Audio/SoundInstance.cs +++ b/src/Audio/SoundInstance.cs @@ -45,7 +45,7 @@ namespace MoonWorks.Audio } } - private float _pitch = 1; + private float _pitch = 0; public float Pitch { get => _pitch;