diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2013-12-26 16:06:37 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2013-12-26 16:06:37 -0500 |
commit | c45123d623775702b396ca4ffae40a26c4ecbcea (patch) | |
tree | 097f1a9e35071ce88bde549a10d9ae2ee5669ee3 /sys | |
parent | b9bec46b989577209c88a8dc8ee8bb171f8c96e4 (diff) |
audio(1): add HISTORY, fix spelling
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/1/audio | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/man/1/audio b/sys/man/1/audio index cfc337fa5..b77341414 100644 --- a/sys/man/1/audio +++ b/sys/man/1/audio @@ -275,10 +275,10 @@ bytes have been consumed from input. .I Mixfs is a fileserver serving a single .B audio -file which allows simultanious playback of audio streams. When +file which allows simultaneous playback of audio streams. When run, it binds over .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 .I srvname 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/ .br .B http://flac.sourceforge.net/documentation.html -.SH BUGS -It's another GNU behemoth, lightly tamed. +.SH HISTORY +.I Mixfs +first appeared in 9front (December, 2013). +It was written by cinap_lenrek. |