bjornroche
|
f0279d9be3
|
added two includes which should not be necessary but seem to help compiling in snow leopard
|
2009-10-22 17:51:07 +00:00 |
|
rossb
|
0e141b2d19
|
removed reaper asio driver blacklisting
|
2009-06-16 16:12:41 +00:00 |
|
aknudsen
|
a9238346fe
|
Fix latency calculation in PA ALSA
|
2009-06-03 18:57:56 +00:00 |
|
aknudsen
|
822c292009
|
Add PA ALSA extension to allow setting number of retries when busy
|
2009-05-24 17:02:10 +00:00 |
|
aknudsen
|
85a522fc4a
|
Apply Kevin Kofler's non-mmap patch
|
2009-05-24 16:54:22 +00:00 |
|
rossb
|
836bd46253
|
fix for half duplex and build issues from Toni Wilen.
|
2009-05-14 14:37:37 +00:00 |
|
davidv
|
a321952e95
|
fixed a bug in WAVEFORMATEX casts, and warnings on sprintf
|
2009-04-04 20:04:53 +00:00 |
|
rossb
|
e1cf376aa6
|
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
|
2009-03-13 16:31:28 +00:00 |
|
rossb
|
5bf449b175
|
always disable wmme clip and dither if an spdif passthrough wave format is requested
|
2009-03-08 08:10:55 +00:00 |
|
rossb
|
78131d9a78
|
minor code logic cleanup
|
2009-03-08 07:15:03 +00:00 |
|
rossb
|
eb0ad74411
|
wmme host api: take account of paWinMmeWaveFormatDolbyAc3Spdif and paWinMmeWaveFormatWmaSpdif flags in Pa_IsFormatSupported
|
2009-01-29 06:28:30 +00:00 |
|
rossb
|
1de1b421f9
|
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
|
2009-01-21 12:07:32 +00:00 |
|
rossb
|
b4b747fc10
|
factored asio sample rate setting code into separate functions. added PaAsio_SetStreamSampleRate() function.
|
2009-01-05 09:08:44 +00:00 |
|
rossb
|
24a7e81401
|
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
|
2009-01-05 08:59:14 +00:00 |
|
rossb
|
96fd679385
|
cleanup: moved blocking stream asio callback function next to other blocking related code
|
2009-01-04 08:28:42 +00:00 |
|
bjornroche
|
fe733fde8d
|
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.
|
2008-10-24 14:10:04 +00:00 |
|
gordon_gidluck
|
9f62980024
|
ticket#84
|
2008-10-05 15:15:34 +00:00 |
|
gordon_gidluck
|
d8a17a3854
|
ticket#84
|
2008-10-05 15:15:15 +00:00 |
|
gordon_gidluck
|
28c21245bd
|
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.
|
2008-10-05 15:14:25 +00:00 |
|
gordon_gidluck
|
5c79d5bcaf
|
ticket#84. Ran into a problem with conversion from CreateFile to _beginthreadex. Changing it back for now.
|
2008-09-14 15:24:58 +00:00 |
|
gordon_gidluck
|
5e3ba55d49
|
change CreateThread to _beginthreadex (related to ticket #84)
|
2008-09-14 14:29:34 +00:00 |
|
gordon_gidluck
|
cb2dc775ec
|
changed CreateThread to _beginthreadex and ExitThread to _endthreadex (related to ticket #84)
|
2008-09-14 14:27:40 +00:00 |
|
gordon_gidluck
|
7bcec2a83f
|
change CreateThread to _beginthreadex (see ticket #84)
|
2008-09-14 14:18:17 +00:00 |
|
philburk
|
78ce8cedd5
|
Supports multiple threads using ASIO by adding CoInitialize(0) and CoUninitialize() calls.
|
2008-06-28 18:27:34 +00:00 |
|
aknudsen
|
700509ec31
|
OSS: clear trigger direction bits at correct time
|
2008-06-05 21:13:54 +00:00 |
|
aknudsen
|
bc1b5d028c
|
Avoid warnings about unused labels
|
2008-03-25 20:21:35 +00:00 |
|
bjornroche
|
c1e1d067d2
|
moved trunk into place
|
2008-03-20 14:24:39 +00:00 |
|