17
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed dither for 64-bit targets. More... over 14 years ago
added instructions for building without ASIO support to the msvc readme More... over 14 years ago
removed reaper asio driver blacklisting More... almost 15 years ago
Fix latency calculation in PA ALSA More... almost 15 years ago
Add PA ALSA extension to allow setting number of retries when busy More... almost 15 years ago
Clarify hostapi ordering somewhat More... almost 15 years ago
Apply Kevin Kofler's non-mmap patch More... almost 15 years ago
fix for half duplex and build issues from Toni Wilen. More... almost 15 years ago
added pragma to autolink libwinmm with msvc to get timeGetTime symbol when only using ASIO. thanks Yann More... about 15 years ago
fixed a bug in WAVEFORMATEX casts, and warnings on sprintf More... about 15 years ago
fixed inputBufferAdcTime calculation for AdaptingInputOnlyProcess. patch from Yann. More... about 15 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... about 15 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... about 15 years ago
always disable wmme clip and dither if an spdif passthrough wave format is requested More... about 15 years ago
minor code logic cleanup More... about 15 years ago
added patest_wmme_ac3.cp test for wmme ac3 spdif passthrough More... over 15 years ago
wmme host api: take account of paWinMmeWaveFormatDolbyAc3Spdif and paWinMmeWaveFormatWmaSpdif flags in Pa_IsFormatSupported More... over 15 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 15 years ago
doccomment for PaAsio_SetStreamSampleRate() More... over 15 years ago
factored asio sample rate setting code into separate functions. added PaAsio_SetStreamSampleRate() function. More... over 15 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 15 years ago
cleanup: moved blocking stream asio callback function next to other blocking related code More... over 15 years ago
remove extra parameter from debug statement to prevent pointer error More... over 15 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... over 15 years ago
ticket#84 More... over 15 years ago
ticket#84 More... over 15 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... over 15 years ago
ticket#84. Ran into a problem with conversion from CreateFile to _beginthreadex. Changing it back for now. More... over 15 years ago
change CreateThread to _beginthreadex (related to ticket #84) More... over 15 years ago
changed CreateThread to _beginthreadex and ExitThread to _endthreadex (related to ticket #84) More... over 15 years ago