ref: 8805f74d368ec1ccb66dbfa72548f610c52f8291
parent: 793bb253c2e168806c054eb67c27d669d3feaf47
author: stanley lieber <stanley.lieber@gmail.com>
date: Fri May 1 10:03:29 EDT 2015
audio(1): explain mp3enc wants raw data in the opposite byte order to /dev/audio (thanks, eekee)
--- a/sys/man/1/audio
+++ b/sys/man/1/audio
@@ -98,6 +98,14 @@
or
.BR -v
(variable bitrate, VBR).
+.PP
+.I Oggenc
+accepts raw PCM in the same byte order as
+.B /dev/audio
+(little-endian),
+t
+.I mp3enc -r
+expects big-endian.
.SS Options
.TF "\fB-b \fP"
.TP
--
⑨