From edb571c12e36cc7eb309aaf4764dfd3cffd04c6c Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Wed, 5 Oct 2011 14:06:44 +0200 Subject: [PATCH] tweaks from jmc --- libsndio/sio_open.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsndio/sio_open.3 b/libsndio/sio_open.3 index e83a34e..2b43363 100644 --- a/libsndio/sio_open.3 +++ b/libsndio/sio_open.3 @@ -216,14 +216,14 @@ This parameter takes into account any buffers, and can be used for latency calculations. It is read-only. .It Va appbufsz -Size of the buffer in frames the application must maintain non empty -(on the play end) or non full (on the record end) by calling +Size of the buffer in frames the application must maintain non-empty +(on the play end) or non-full (on the record end) by calling .Fn sio_write or .Fn sio_read fast enough to avoid overrun or underrun conditions. The audio subsystem may use additional buffering, thus this -parameter cannot be used for latency calculations +parameter cannot be used for latency calculations. .It Va round Optimal number of frames that the application buffers should be a multiple of, to get best performance.