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
738b8ad327
portaudio
/
src
/
hostapi
History
Download ZIP
Download TAR.GZ
Repository files (latest commit first)
Filename
Latest commit message
Latest commit date
dmitrykos
738b8ad327
wasapi: improved audio quality stability in Shared mode if framesPerBuffer (from user-side) value is lower than 10 milliseconds, now even 1 frame provides stable quality. Exclusive mode is also affected by this improvement.
2010-10-20 17:00:54 +00:00
..
alsa
alsa: fixed Segmentation fault due to dangling pointer left by snd_lib_error_set_handler() call which set callback pointer to ALSA during PaAlsa_Initialize call. Segmentation fault happens only if application dynamically unloaded PortAudio while still using ALSA through other means, then next ALSA error which causes invocation of ALSA error handling callbacks would cause Segmentation fault. Bug reported in:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563192
, and re-announced by Phil Burk on 15.10.2010.
2010-10-15 20:39:23 +00:00
asihpi
moved trunk into place
2008-03-20 14:24:39 +00:00
asio
added pragma to auto-link winmm.lib when compiling with msvc
2010-07-14 06:45:25 +00:00
coreaudio
Fixes issue where ringbuffer elements were of size 1, which might have lead to split data. This does not resolve the issue for ringbuffer use in blio.
2010-10-16 18:48:29 +00:00
dsound
wasapi:
2010-08-03 21:02:52 +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: improved audio quality stability in Shared mode if framesPerBuffer (from user-side) value is lower than 10 milliseconds, now even 1 frame provides stable quality. Exclusive mode is also affected by this improvement.
2010-10-20 17:00:54 +00:00
wdmks
fix for half duplex and build issues from Toni Wilen.
2009-05-14 14:37:37 +00:00
wmme
Fixed bug (when PAWIN_USE_WDMKS_DEVICE_INFO is defined) where wmme device channel count would be incorrect for default device resulting in distorted sound if user tries to open device with more channels than device can handle. Thanks to Dmitry Kostjuchenko for the patch.
2009-12-09 01:31:44 +00:00