shithub: riscv

Download patch

ref: bafadebc191b068c515258bd0110093d3fd0d5be
parent: 14ebbcb75be074a917c6c1bb62b7ac38b0db7ec3
author: stanley lieber <[email protected]>
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