diff options
author | 2011-06-03 16:20:10 +0000 | |
---|---|---|
committer | 2011-06-03 16:20:10 +0000 | |
commit | 5dd98dfb2b52640bdb3f2c667837797645d23c3d (patch) | |
tree | b067ece45baecfb5317f709b6dc7e5801375e5d2 | |
parent | Fix em_write_pci_cfg() and em_read_pci_cfg() to avoid unaligned access, and (diff) | |
download | wireguard-openbsd-5dd98dfb2b52640bdb3f2c667837797645d23c3d.tar.xz wireguard-openbsd-5dd98dfb2b52640bdb3f2c667837797645d23c3d.zip |
Clarify that the ratio between sample rate and block size
is the MTC clock rate. Suggested by Alexey Suslikov
-rw-r--r-- | usr.bin/aucat/aucat.1 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index 7d89ddba038..bae846a6688 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.83 2011/06/03 09:01:14 ratchov Exp $ +.\" $OpenBSD: aucat.1,v 1.84 2011/06/03 16:20:10 ratchov Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -517,21 +517,23 @@ Streams created with the .Fl t option export the server clock using MTC, allowing non-audio software or hardware to be synchronized to the audio stream. +Maximum accuracy is achieved when the number of blocks per +second is equal to one of the standard MTC clock rates (96, 100 and 120Hz). The following sample rates .Pq Fl r and block sizes .Pq Fl z -are recommended for maximum accuracy: +are recommended: .Pp .Bl -bullet -offset indent -compact .It -44100Hz, 441 frames +44100Hz, 441 frames (MTC rate is 100Hz) .It -48000Hz, 400 frames +48000Hz, 400 frames (MTC rate is 120Hz) .It -48000Hz, 480 frames +48000Hz, 480 frames (MTC rate is 100Hz) .It -48000Hz, 500 frames +48000Hz, 500 frames (MTC rate is 96Hz) .El .Pp For instance, the following command will create two devices: |