Changeset 63
- Timestamp:
- 02/02/03 01:29:32 (6 years ago)
- Files:
-
- 1 modified
-
pa_proposals/trunk/possibilities.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pa_proposals/trunk/possibilities.html
r53 r63 18 18 <P><A href="index.html">Enhancement Proposals Index</A>, 19 19 <A href="http://www.portaudio.com/">PortAudio Home Page</A></P> 20 <P>Updated: October 22, 2002</P>20 <P>Updated: February 2, 2003 </P> 21 21 22 22 <H4>Overview</H4> … … 40 40 41 41 42 <H4>Method for Retrieving Actual Callback Buffer Size</H4> 43 44 <P> 45 In V19, using paFramesPerBufferUnspecified (0) for the framesPerBuffer parameter to Pa_OpenStream() is recommended so that PortAudio uses an optimal (and possibly varying) number of frames. Some clients could benefit from being able to discover what this buffer size, or what the range of possible buffer sizes is. This could be handled by adding an additional field to PaStreamInfo called bufferSize, which is the callback buffer size in frames, or 0 if the buffer size is variable or unknown. Another possibility is to have both a minBufferSize and maxBufferSize field. 46 </P> 47 48 42 49 </BODY> 43 50 </HTML>
