On Tue, 28 Aug 2012, munkyu.im wrote:
> Winwave audio backend has problem with pausing and restart audio out.
> Unlike other backends, Winwave pausing API does not flush audio buffer.
> As a result, the previous audio data are playedin front of
> user expected sound when user restart audio.
> So c
Winwave audio backend has problem with pausing and restart audio out.
Unlike other backends, Winwave pausing API does not flush audio buffer.
As a result, the previous audio data are playedin front of
user expected sound when user restart audio.
So changes it to waveOutReset()
Signed-off-by: Munky
Buffer must be flushed when audio out is paused, but Winwave audio backend has
problem with this unlike other backends.
As a result, when user stop and restart audio files or something, the previous
audio data are played in front of user expected sound.
So changes it to waveOutReset()
---
audio/
*** BLURB HERE ***
munkyu.im (1):
audio: previous audio buffer should be flushed
audio/winwaveaudio.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
1.7.4.1