qemu-e2k/audio
munkyu.im 13ef70f64e audio/winwave: previous audio buffer should be flushed
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 played in front of
user expected sound when user restart audio.
So changes it to waveOutReset()

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Signed-off-by: malc <av1474@comtv.ru>
2012-08-28 19:11:28 +04:00
..
alsaaudio.c
audio_int.h
audio_pt_int.c
audio_pt_int.h
audio_template.h
audio_win_int.c
audio_win_int.h
audio.c
audio.h
coreaudio.c
dsound_template.h
dsoundaudio.c
esdaudio.c
fmodaudio.c
Makefile.objs
mixeng_template.h
mixeng.c
mixeng.h
noaudio.c
ossaudio.c
paaudio.c
rate_template.h
sdlaudio.c
spiceaudio.c
wavaudio.c
wavcapture.c
winwaveaudio.c audio/winwave: previous audio buffer should be flushed 2012-08-28 19:11:28 +04:00