32 lines
572 B
Text
32 lines
572 B
Text
![]() |
.TH OGGENC 1
|
||
|
.SH NAME
|
||
|
oggenc \- encode raw audio to
|
||
|
.I ogg vorbis
|
||
|
audio files
|
||
|
.SH SYNOPSIS
|
||
|
.B audio/oggenc
|
||
|
.SH DESCRIPTION
|
||
|
.I Oggenc
|
||
|
reads 44100Hz 16 bit LSB stereo data from standard input, and writes
|
||
|
encoded
|
||
|
.I 128 kbit/s
|
||
|
variable bit rate
|
||
|
.I ogg vorbis
|
||
|
stream to standard output.
|
||
|
So
|
||
|
.IP
|
||
|
.L
|
||
|
audio/oggenc < /dev/audio > audio.ogg
|
||
|
.LP
|
||
|
encodes an ogg vorbis stream from your computer's line in to
|
||
|
.B audio.ogg
|
||
|
in real time.
|
||
|
.SH SOURCE
|
||
|
.B /sys/src/cmd/audio/oggenc
|
||
|
.SH SEE ALSO
|
||
|
.IR oggdec (1)
|
||
|
.SH DIAGNOSTICS
|
||
|
None.
|
||
|
.SH BUGS
|
||
|
Other input and output modes are not supported.
|