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
5bf2843e7c
portaudio
/
src
/
hostapi
History
Download ZIP
Download TAR.GZ
Repository files (latest commit first)
Filename
Latest commit message
Latest commit date
rossb
f519653f7e
CoreAudio: if user specifies framesPerBuffer make sure host buffer is an integer multiple of user buffer
2011-10-20 09:40:12 +00:00
..
alsa
PA ALSA: define SND_PCM_TSTAMP_ENABLE as SND_PCM_TSTAMP_MMAP if the former is undefined
2011-05-26 20:19:19 +00:00
asihpi
Update header authors, copyrights, HPI url. Remove Ludwig Schwardt bugreport email.
2011-10-18 20:48:49 +00:00
asio
added userFramesPerBuffer parameter to SelectHostBufferSize in preparation for improving asio buffer size handling
2011-05-10 15:58:15 +00:00
coreaudio
CoreAudio: if user specifies framesPerBuffer make sure host buffer is an integer multiple of user buffer
2011-10-20 09:40:12 +00:00
dsound
Fixed directsound PaDeviceInfo default latency and PaStreamInfo latency fields. Fixed host buffer size calculations based on suggestedLatency parameters. Switched to using 48kHz as default sample rate when other info isn't available. Fixed edge case in TimeSlice() where a full duplex stream could read data even though either input or output reported zero bytes available. Renamed some variables for clarity. Fixes ticket
#160
(PaStreamInfo latency). Addresses
#122
(although we're still using old default latency values from V18 codebase). Addresses
#99
(correct interpretation of suggestedLatency down to zero).
2011-08-25 15:59:32 +00:00
jack
renamed PaUtil_GetBufferProcessorInputLatency to PaUtil_GetBufferProcessorInputLatencyFrames and PaUtil_GetBufferProcessorOutputLatency to PaUtil_GetBufferProcessorOutputLatencyFrames. see ticket
#161
2011-05-02 17:07:11 +00:00
oss
renamed PaUtil_GetBufferProcessorInputLatency to PaUtil_GetBufferProcessorInputLatencyFrames and PaUtil_GetBufferProcessorOutputLatency to PaUtil_GetBufferProcessorOutputLatencyFrames. see ticket
#161
2011-05-02 17:07:11 +00:00
skeleton
renamed PaUtil_GetBufferProcessorInputLatency to PaUtil_GetBufferProcessorInputLatencyFrames and PaUtil_GetBufferProcessorOutputLatency to PaUtil_GetBufferProcessorOutputLatencyFrames. see ticket
#161
2011-05-02 17:07:11 +00:00
wasapi
refactored COM initialization for dsound, asio and wasapi to new source file pa_win_coinitialize.c. fixes com uninitialisation bugs in error cases. resolves ticket
#128
2011-05-09 20:05:34 +00:00
wdmks
Ticket
#132
2011-02-17 15:56:04 +00:00
wmme
wmme limit host buffer size to 32k. try to make host buffer size a factor of over-limit user buffer size.
closes
#189
2011-08-25 07:15:31 +00:00