audio(1): add HISTORY, fix spelling

This commit is contained in:
stanley lieber 2013-12-26 16:06:37 -05:00
parent b9bec46b98
commit c45123d623

View file

@ -275,10 +275,10 @@ bytes have been consumed from input.
.I Mixfs .I Mixfs
is a fileserver serving a single is a fileserver serving a single
.B audio .B audio
file which allows simultanious playback of audio streams. When file which allows simultaneous playback of audio streams. When
run, it binds over run, it binds over
.B /dev/audio .B /dev/audio
and mixes the audio samples that get written to it. and mixes the audio samples that are written to it.
A service name A service name
.I srvname .I srvname
can be given with the can be given with the
@ -346,5 +346,7 @@ dd -conv swab | audio/mp3enc -a -r -m m --resample 16 -b 24
.B http://xiph.org/doc/ .B http://xiph.org/doc/
.br .br
.B http://flac.sourceforge.net/documentation.html .B http://flac.sourceforge.net/documentation.html
.SH BUGS .SH HISTORY
It's another GNU behemoth, lightly tamed. .I Mixfs
first appeared in 9front (December, 2013).
It was written by cinap_lenrek.