summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorop <op@cvs.openbsd.org>2022-05-30 10:32:00 +0000
committerop <op@cvs.openbsd.org>2022-05-30 10:32:00 +0000
commit143de875fecef90446759e5350b46b9bffdd263d (patch)
treeacf13cf1be5bd726ab7f0a0e08c9f4c58a979729 /lib
parent7d830300134e73ef694262756713b7cdbf5155ca (diff)
move bufsz description after appbufsz as per struct fields order
ok ratchov@
Diffstat (limited to 'lib')
-rw-r--r--lib/libsndio/sio_open.314
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3
index ed2dea5f906..e06c6ba70c4 100644
--- a/lib/libsndio/sio_open.3
+++ b/lib/libsndio/sio_open.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sio_open.3,v 1.55 2022/04/30 08:47:18 ratchov Exp $
+.\" $OpenBSD: sio_open.3,v 1.56 2022/05/30 10:31:59 op Exp $
.\"
.\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 30 2022 $
+.Dd $Mdocdate: May 30 2022 $
.Dt SIO_OPEN 3
.Os
.Sh NAME
@@ -202,11 +202,6 @@ The number of played channels; meaningful only if
mode was selected.
.It Fa rate
The sampling frequency in Hz.
-.It Fa bufsz
-The maximum number of frames that may be buffered.
-This parameter takes into account any buffers, and
-can be used for latency calculations.
-It is read-only.
.It Fa 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
@@ -216,6 +211,11 @@ or
fast enough to avoid overrun or underrun conditions.
The audio subsystem may use additional buffering, thus this
parameter cannot be used for latency calculations.
+.It Fa bufsz
+The maximum number of frames that may be buffered.
+This parameter takes into account any buffers, and
+can be used for latency calculations.
+It is read-only.
.It Fa round
Optimal number of frames that the application buffers
should be a multiple of, to get best performance.