portaudio/src/hostapi
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2011-03-04 01:45:06 +00:00
..
alsa Ass semicolon to fix "label at end of compound statement" error 2011-03-01 00:49:52 +00:00
asihpi fixed stream info inputLatency and outputLatency calculations. PaUtil_GetBufferProcessorOutputLatency returns latency in <frames>, code assumed it was in seconds. 2011-02-12 09:18:28 +00:00
asio use LoadLibraryA instead of LoadLibrary to support unicode build 2011-03-04 01:45:06 +00:00
coreaudio Added patest_write_sine_nonint to Makefile. 2011-02-28 23:56:48 +00:00
dsound Ticket #132 2011-02-17 15:56:04 +00:00
jack jack: fixed segmentation fault caused by PA Jack implementation if Pa_Initialize is called after Pa_Terminate due to bad pointer usage by realloc() call which was previously freed() in Pa_Terminate call. Many thanks to RJ Ryan for reporting, debugging and providing the solution for this bug. 2010-09-22 06:33:47 +00:00
oss added braces to clarify precedence in latency calculation expression 2011-02-12 09:26:30 +00:00
skeleton moved src/common/pa_skeleton.c to src/hostapi/skeleton/pa_hostapi_skeleton.c. updated all build files accordingly. 2011-02-12 10:22:00 +00:00
wasapi wasapi: fixed the bug when on stream stop/start/stop/start sequence callback could be called with number of samples smaller than requested by user in Pa_OpenStream 2011-02-21 22:41:06 +00:00
wdmks Ticket #132 2011-02-17 15:56:04 +00:00
wmme removed/cleaned up doxygen @todo items. moved to TRAC 2011-02-02 18:58:17 +00:00