Skip to content

Commit

Permalink
Update Pa_AbortStream docs to better indicate intent. Fixes #728.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBencina committed May 10, 2024
1 parent f992f1d commit 283aba0
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 283aba0

Please sign in to comment.