diff --git a/src/Audio/SourceVoice.cs b/src/Audio/SourceVoice.cs index e650b5b..dfe9189 100644 --- a/src/Audio/SourceVoice.cs +++ b/src/Audio/SourceVoice.cs @@ -30,7 +30,7 @@ namespace MoonWorks.Audio } } - private SoundState state; + private SoundState state = SoundState.Stopped; public SoundState State { get