portaudio/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dmitrykos 083b34a10f wasapi:
- fixed occasional crash-bug which may be caused by a lightweight application that starts stream, checks if stream is running and if not terminates the stream: WASAPI implementation wasn't taking such behavior into account and stream termination (with structure deallocation) could happen during a thread start causing a crash on bad pointer usage
 - fixed Pa_IsStreamActive and similar not correctly reporting stopped stream if that was stopped from within a callback function (playback/capture) by returning paComplete
2010-05-12 18:08:45 +00:00
..
common corrected comments to Int24_To_Int16_Dither 2010-04-17 07:43:00 +00:00
hostapi wasapi: 2010-05-12 18:08:45 +00:00
os provided ability not to depend on ksguid.lib when using WDMKS as it may not be provided for x64 SDK by default, define PA_WDMKS_NO_KSGUID_LIB to use static declarations, x64 MSVC project corrected to define PA_WDMKS_NO_KSGUID_LIB for x64 compilations. added WASAPI symbols to portaudio.def. 2010-02-16 11:18:52 +00:00
SConscript moved trunk into place 2008-03-20 14:24:39 +00:00