=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/sndiod.8,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/sndiod/sndiod.8 2022/02/18 23:17:16 1.15 --- src/usr.bin/sndiod/sndiod.8 2022/03/07 08:58:33 1.16 *************** *** 1,4 **** ! .\" $OpenBSD: sndiod.8,v 1.15 2022/02/18 23:17:16 jsg Exp $ .\" .\" Copyright (c) 2006-2012 Alexandre Ratchov .\" --- 1,4 ---- ! .\" $OpenBSD: sndiod.8,v 1.16 2022/03/07 08:58:33 ratchov Exp $ .\" .\" Copyright (c) 2006-2012 Alexandre Ratchov .\" *************** *** 14,20 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: February 18 2022 $ .Dt SNDIOD 8 .Os .Sh NAME --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: March 7 2022 $ .Dt SNDIOD 8 .Os .Sh NAME *************** *** 578,588 **** .Sh BUGS Resampling is low quality; down-sampling especially should be avoided when recording. - .Pp - Processing is done using 16-bit arithmetic, - thus samples with more than 16 bits are rounded. - 16 bits (i.e. 97dB dynamic) are largely enough for most applications though. - Processing precision can be increased to 24-bit at compilation time though. .Pp If .Fl a Ar off --- 578,583 ----