From bafadebc191b068c515258bd0110093d3fd0d5be Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Fri, 1 May 2015 14:03:29 -0400 Subject: [PATCH] audio(1): explain mp3enc wants raw data in the opposite byte order to /dev/audio (thanks, eekee) --- sys/man/1/audio | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys/man/1/audio b/sys/man/1/audio index 0faa79b97..7e394b007 100644 --- a/sys/man/1/audio +++ b/sys/man/1/audio @@ -98,6 +98,14 @@ but that can be changed via 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