17
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added instructions for building without ASIO support to the msvc readme More... about 16 years ago
removed reaper asio driver blacklisting More... over 16 years ago
Fix latency calculation in PA ALSA More... over 16 years ago
Add PA ALSA extension to allow setting number of retries when busy More... over 16 years ago
Clarify hostapi ordering somewhat More... over 16 years ago
Apply Kevin Kofler's non-mmap patch More... over 16 years ago
fix for half duplex and build issues from Toni Wilen. More... over 16 years ago
added pragma to autolink libwinmm with msvc to get timeGetTime symbol when only using ASIO. thanks Yann More... over 16 years ago
fixed a bug in WAVEFORMATEX casts, and warnings on sprintf More... over 16 years ago
fixed inputBufferAdcTime calculation for AdaptingInputOnlyProcess. patch from Yann. More... over 16 years ago
fixed bug in asio blocking i/o stream initialization which would cause crash (bad ptr). enabled timeout code in read/writestream. patch from sven fischer More... over 16 years ago
added notes to pa_test_ac3.c that the test stream file must include the correct spdif preamble on every ac3 frame More... over 16 years ago
always disable wmme clip and dither if an spdif passthrough wave format is requested More... over 16 years ago
minor code logic cleanup More... over 16 years ago
added patest_wmme_ac3.cp test for wmme ac3 spdif passthrough More... over 16 years ago
wmme host api: take account of paWinMmeWaveFormatDolbyAc3Spdif and paWinMmeWaveFormatWmaSpdif flags in Pa_IsFormatSupported More... over 16 years ago
initial support for ac3+wma spdif passthrough for pa_win_wmme. see flags in pa_win_wmme.h. flags currently work for OpenStream but are ignored for IsFormatSupported More... over 16 years ago
doccomment for PaAsio_SetStreamSampleRate() More... over 16 years ago
factored asio sample rate setting code into separate functions. added PaAsio_SetStreamSampleRate() function. More... over 16 years ago
cleaned up logic related to theAsioStream singleton pointer (now gets set in OpenStream and cleared in CloseStream. added callback-completion waiting to StopStream (was only in AbortStream before). cleaned up isStopped/isActive logic More... over 16 years ago
cleanup: moved blocking stream asio callback function next to other blocking related code More... over 16 years ago
remove extra parameter from debug statement to prevent pointer error More... almost 17 years ago
fixed bug as suggested by Michael allen. This fixes issues with blocking IO on the mac when using different number of channels for input and output. More... almost 17 years ago
ticket#84 More... almost 17 years ago
ticket#84 More... almost 17 years ago
ticket #84. Fix for Cygwin. Added a #define called CREATE_THREAD. Cygwin will call CreateThread, whereas other dev environments will generate code to call _beginthreadex. endthreadex was handled in the same way. More... almost 17 years ago
ticket#84. Ran into a problem with conversion from CreateFile to _beginthreadex. Changing it back for now. More... about 17 years ago
change CreateThread to _beginthreadex (related to ticket #84) More... about 17 years ago
changed CreateThread to _beginthreadex and ExitThread to _endthreadex (related to ticket #84) More... about 17 years ago
change CreateThread to _beginthreadex (see ticket #84) More... about 17 years ago