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
e794f3bd02
portaudio
/
src
/
hostapi
History
Download ZIP
Download TAR.GZ
Repository files (latest commit first)
Filename
Latest commit message
Latest commit date
rossb
e794f3bd02
renamed some latency variables to make it clear they are in frames not seconds
2011-02-12 09:21:52 +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
renamed some latency variables to make it clear they are in frames not seconds
2011-02-12 09:21:52 +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
fixed stream info inputLatency and outputLatency calculations. PaUtil_GetBufferProcessorOutputLatency returns latency in <frames>, code assumed it was in seconds.
2011-02-12 09:19:37 +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
oss: fixed compile for systems missing 'pthread_cancel' series of functions, this allows to compile PortAudio under Android platform with OSS as audio host back-end
2010-06-06 17:36:33 +00:00
wasapi
wasapi: - releasing Input/Output buffer if error occurred inside the processing routine
2011-02-03 15:37:12 +00:00
wdmks
fix for half duplex and build issues from Toni Wilen.
2009-05-14 14:37:37 +00:00
wmme
removed/cleaned up doxygen @todo items. moved to TRAC
2011-02-02 18:58:17 +00:00