Hi!

Code says "7860":

<dcoppa@t420:/usr/src/usr.bin/sndiod>$ grep 7860 *
sndiod.c:#define DEFAULT_BUFSZ  7860

While manpage says "7680":

<dcoppa@t420:/usr/src/usr.bin/sndiod>$ grep 7680 *
sndiod.1:The default is 7680 or twice the block size

Ciao,
David

Index: sndiod.1
===================================================================
RCS file: /cvs/src/usr.bin/sndiod/sndiod.1,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 sndiod.1
--- sndiod.1    13 Aug 2014 08:42:46 -0000      1.4
+++ sndiod.1    24 Apr 2015 15:33:45 -0000
@@ -140,7 +140,7 @@ The buffer size of the audio device in f
 A frame consists of one sample for each channel in the stream.
 This is the number of frames that will be buffered before being played
 and thus controls the playback latency.
-The default is 7680 or twice the block size
+The default is 7860 or twice the block size
 .Pq Fl z ,
 if the block size is set.
 .It Xo

Reply via email to