Browse Source

fixed a bug with WaveOutEvent not always restarting after reaching the end. Thanks to PPavan and K24A3

pull/1/head
Mark Heath 12 years ago
parent
commit
46212fae3a
  1. 1
      NAudio/Wave/WaveOutputs/WaveOutEvent.cs
  2. 2
      readme.txt

1
NAudio/Wave/WaveOutputs/WaveOutEvent.cs

@ -156,6 +156,7 @@ namespace NAudio.Wave
{
// we got to the end
this.playbackState = PlaybackState.Stopped;
callbackEvent.Set();
}
}
}

2
readme.txt

@ -31,6 +31,7 @@ jcameron23
jonahoffmann
jontdelorme
Justin Frankel
K24A3
Kassoul
kevinxxx
Lustild
@ -44,6 +45,7 @@ Nikolaos Georgiou
Owen Skriloff
owoudenb
painmailer
PPavan
Pygmy
Ray Molenkamp
Robert Bristow-Johnson

Loading…
Cancel
Save