summaryrefslogtreecommitdiff
path: root/doc/indevs.texi
diff options
context:
space:
mode:
authorBrad <brad@comstyle.com>2011-03-26 19:03:41 -0400
committerAnton Khirnov <anton@khirnov.net>2011-03-27 10:46:45 +0200
commit15d59d2cea25cfd73bfe6ea03a498a62e24d0536 (patch)
tree31f6d5e915ceae3a7a391bfd4d8eaba7b77b25c4 /doc/indevs.texi
parent1500be13f204acb7e74dac4325ef0052576fa2a9 (diff)
sndio support for playback and record
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r--doc/indevs.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 6533284dbf..2d66033ca1 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -129,6 +129,23 @@ ffmpeg -f oss -i /dev/dsp /tmp/oss.wav
For more information about OSS see:
@url{http://manuals.opensound.com/usersguide/dsp.html}
+@section sndio
+
+sndio input device.
+
+To enable this input device during configuration you need libsndio
+installed on your system.
+
+The filename to provide to the input device is the device node
+representing the sndio input device, and is usually set to
+@file{/dev/audio0}.
+
+For example to grab from @file{/dev/audio0} using @file{ffmpeg} use the
+command:
+@example
+ffmpeg -f sndio -i /dev/audio0 /tmp/oss.wav
+@end example
+
@section video4linux and video4linux2
Video4Linux and Video4Linux2 input video devices.