[Qemu-devel] [PATCH]] audio: previous audio buffer should be flushed

2012-08-28 Thread munkyu.im
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

[Qemu-devel] [PATCH] audio: previous audio buffer should be flushed

2012-08-27 Thread munkyu.im
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/

[Qemu-devel] [PATCH] audio: previous audio buffer should be flushed

2012-08-27 Thread munkyu.im
*** 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