Ross Bencina
9faca9b95b
Add documentation indicating that Pa_ReadStream, Pa_WriteStream, Pa_GetStreamReadAvailable and Pa_GetStreamWriteAvailable are only valid while the stream is running (between calls to Pa_StartStream and Pa_StopStream.)
2021-05-26 17:10:56 -07:00
Phil Burk
f7efb6b53c
docs: Pa_OpenStream() fails if sampleRate unavailable ( #446 )
...
It was not clear in the previous docs.
Fixes #443
2021-01-21 08:17:27 -08:00
Ross Bencina
c441223dfa
Clean up whitespace in include/ in preparation for .editorconfig. ( #415 )
...
* Clean up whitespace in include/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF.
2021-01-21 14:19:22 +11:00
Phil Burk
8dc6d59877
Merge branch 'ticket_275_pass_void' into 'master'
...
Add void argument to Pa_GetVersionInfo()
+1: Anonymous
Merged-on: https://assembla.com/code/portaudio/git/merge_requests/6415893
2018-05-26 04:49:10 +00:00
Ross Bencina
d940dcb8b8
Fix formatting of version API doxygen comments in portaudio.h. Add additional documentation details, see also, and version information (e.g. Available as of 19.5.0).
2016-09-25 17:34:16 +10:00
Phil Burk
b69214bcb4
Merge branch 'ticket_252_nohang' into 'master'
...
pa_mac_core_blocking: fix hang when running stream stopped (fixed merge)
Merged-on: https://assembla.com/code/portaudio/git/merge_requests/3829453
2016-09-24 16:01:14 +00:00
Ross Bencina
c2326aa8f0
updated doc comments to reflect that versionControlRevision is now a git revision hash
2016-09-23 21:10:21 +10:00
Phil Burk
a38df79293
pa_mac_core_blocking: Fix timeout.
...
Change alignment of comment.
2016-09-21 15:46:30 -07:00
Phil Burk
0bc7cf9465
pa_mac_core_blocking: fix hang when running stream stopped
...
One thread was filling the buffer while
another thread was waiting for it to be empty.
Add thread safety warnings.
Fix ticket #252
2016-09-13 18:49:00 -07:00
philburk
199e88fa66
Add Pa_GetVersionInfo()
...
Add scripts to update pa_svnrevision.h
2015-04-10 04:00:09 +00:00
philburk
cd6b1868de
Add version numbering with major.minor.subminor format.
...
Bump version to 19.5.0
2015-03-03 17:28:15 +00:00
philburk
468c6bceb7
Fix some typos in docs.
...
Fix some compiler warnings for win32.
2012-09-01 00:10:13 +00:00
rossb
91d6a84b55
added stream callback documentation describing real-time constraints including not calling non-real-time code, and that it should be safe to consume 70% or more of available CPU time in the callback. resolves #96
2011-08-25 17:44:01 +00:00
rossb
ddc1a3ce11
cleaned up doc comments for PaStreamCallbackTimeInfo and PaStreamCallbackResult
2011-07-20 03:24:00 +00:00
rossb
5027e95e70
corrected typos as per jf_menards's patch in ticket #58
2011-02-05 14:33:29 +00:00
rossb
76c3e0f31c
clarified documentation for PaTime and Pa_GetStreamTime
2011-02-02 17:29:26 +00:00
rossb
edf4166f07
removed old doxygen @todo comments
2011-02-01 13:11:22 +00:00
rossb
e47e43deb8
improved documentation of paNoInterleaved flag
2010-10-14 03:34:34 +00:00
bjornroche
c1e1d067d2
moved trunk into place
2008-03-20 14:24:39 +00:00