portaudio/src/hostapi
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dmitrykos d2568e4ae7 wasapi:
- implemented support for full-duplex mode (it always uses polling(pull) WASAPI behavior, if latency <15msec needed then event interface must be done)
 - fixed mono-to-stereo converter for input stream
 - mono-to-stereo converter will also automatically operate in shared mode (if WASAPI driver does not support mono for output, or only stereo for input)
2010-06-01 17:26:37 +00:00
..
alsa alsa: - if polling loop is timed out (paTimedOut) PaAlsaStream_WaitForFrames will not report any frames available 2010-06-01 12:45:09 +00:00
asihpi moved trunk into place 2008-03-20 14:24:39 +00:00
asio fixed ASIO thiscall resolver for GCC 4.+: CALL_THISCALL_1_DOUBLE was failing due to strong optimization of GCC compiler, added EDX in clobbered register list to warn GCC that resolver uses it explicitly 2010-04-11 16:13:46 +00:00
coreaudio maccore: fixed MacOSX "Snow Leopard" 10.6+ deadlock on sample-rate change submitted by Olivier Tristan 2010-03-18 11:26:47 +00:00
dsound fixed compile for DirectSound implementation under MSYS, missing DSSPEAKER_7POINT1_SURROUND define 2010-05-20 17:28:23 +00:00
jack moved trunk into place 2008-03-20 14:24:39 +00:00
oss OSS: clear trigger direction bits at correct time 2008-06-05 21:13:54 +00:00
wasapi wasapi: 2010-06-01 17:26:37 +00:00
wdmks fix for half duplex and build issues from Toni Wilen. 2009-05-14 14:37:37 +00:00
wmme Fixed bug (when PAWIN_USE_WDMKS_DEVICE_INFO is defined) where wmme device channel count would be incorrect for default device resulting in distorted sound if user tries to open device with more channels than device can handle. Thanks to Dmitry Kostjuchenko for the patch. 2009-12-09 01:31:44 +00:00