- All audio device handles are initialized to -1 and set to -1 when closed.
authorFrancois Jacques <francoisj@macadamian.com>
Tue, 24 Oct 2000 02:20:01 +0000 (02:20 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Oct 2000 02:20:01 +0000 (02:20 +0000)
commit0282825f63797b760e238cd50927f2e2e9ce7ad4
treecf9f4c79b4828a0715724632222051e328829f7a
parent135dfd757619eeba047deb7c94faf36905a82602
- All audio device handles are initialized to -1 and set to -1 when closed.
- WINE_WM_HEADER event should *NOT* make the recording thread start. The
  thread should only start through waveInStart. The application calling
  waveInAddBuffer might not be in a state to provide another buffer in
  a period of time short enough to avoid buffer underrun in widRecorder
  thread.
- widRecorder - improved robustness of widRecorder to avoid some data
  loss that occured when not reading one full fragment from the OSS
  audio driver.
dlls/winmm/wineoss/audio.c