qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 13ef70: audio/winwave: previous audio buffer


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 13ef70: audio/winwave: previous audio buffer should be flu...
Date: Tue, 28 Aug 2012 08:30:10 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 13ef70f64e9e4d7583fbd9918d8ea76194023d37
      
https://github.com/qemu/qemu/commit/13ef70f64e9e4d7583fbd9918d8ea76194023d37
  Author: munkyu.im <address@hidden>
  Date:   2012-08-28 (Tue, 28 Aug 2012)

  Changed paths:
    M audio/winwaveaudio.c

  Log Message:
  -----------
  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 <address@hidden>
Signed-off-by: malc <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]