Skip to content

Commit

Permalink
Update Pa_AbortStream docs to indicate best-effort requirement. Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBencina committed May 17, 2024
1 parent 7a47d8f commit 18a606e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/portaudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ PaError Pa_StartStream( PaStream *stream );
PaError Pa_StopStream( PaStream *stream );


/** Terminates audio processing immediately without waiting for pending
buffers to complete.
/** Terminates audio processing promptly without necessarily waiting for
pending buffers to complete.
*/
PaError Pa_AbortStream( PaStream *stream );

Expand Down

0 comments on commit 18a606e

Please sign in to comment.