17
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixes for hardware samplerate changes More... almost 16 years ago
added assert back as suggested by Dmitry Kostjuchenko More... almost 16 years ago
fix for ringbuffer problem on 64-bit macs. Also, this should make it possible to migrate away from using the long datatype on pa_ringbuffer. More... almost 16 years ago
added two includes which should not be necessary but seem to help compiling in snow leopard More... about 16 years ago
patch to use mach absolute time on mac OS X since apple advises against gettimeofday in IOProcs. Patch due to Ross Bencina. More... about 16 years ago
Fixed dither for 64-bit targets. More... about 16 years ago
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... almost 17 years ago
wmme host api: take account of paWinMmeWaveFormatDolbyAc3Spdif and paWinMmeWaveFormatWmaSpdif flags in Pa_IsFormatSupported More... almost 17 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... almost 17 years ago
doccomment for PaAsio_SetStreamSampleRate() More... almost 17 years ago
factored asio sample rate setting code into separate functions. added PaAsio_SetStreamSampleRate() function. More... almost 17 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... almost 17 years ago
cleanup: moved blocking stream asio callback function next to other blocking related code More... almost 17 years ago
remove extra parameter from debug statement to prevent pointer error More... about 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... about 17 years ago
ticket#84 More... about 17 years ago