audio(1): explain mp3enc wants raw data in the opposite byte order to /dev/audio (thanks, eekee)

This commit is contained in:
stanley lieber 2015-05-01 14:03:29 -04:00
parent 14ebbcb75b
commit bafadebc19

View file

@ -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