This website requires JavaScript.
Explore
Help
Sign in
me
/
portaudio
Watch
1
Star
0
Fork
You've already forked portaudio
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
59f8c8975c
portaudio
/
src
/
hostapi
History
Download ZIP
Download TAR.GZ
Repository files (latest commit first)
Filename
Latest commit message
Latest commit date
rob_bielik
59f8c8975c
Ticket
#132
2011-02-17 15:56:04 +00:00
..
alsa
alsa:
2011-02-11 00:15:51 +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
Ticket
#132
2011-02-17 15:56:04 +00:00
coreaudio
coreaudio: fixed incorrect value type used with OSAtomicOr32 API (xrunFlags were casted from long to unsigned int) which results in value truncation on systems where 'long' is 64 bits
2010-12-25 13:26:17 +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: - releasing Input/Output buffer if error occurred inside the processing routine
2011-02-03 15:37:12 +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