diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-05-01 14:03:29 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-05-01 14:03:29 -0400 |
commit | bafadebc191b068c515258bd0110093d3fd0d5be (patch) | |
tree | 89dae66becda9cfd0477bce528409d0e582f3c7b /sys/man/1 | |
parent | 14ebbcb75be074a917c6c1bb62b7ac38b0db7ec3 (diff) |
audio(1): explain mp3enc wants raw data in the opposite byte order to /dev/audio (thanks, eekee)
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/audio | 8 |
1 files changed, 8 insertions, 0 deletions
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 |