audio(1): explain mp3enc wants raw data in the opposite byte order to /dev/audio (thanks, eekee)
This commit is contained in:
parent
14ebbcb75b
commit
bafadebc19
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue